all repos — markup @ bfc89e49451fa103adf6d138da2b45c0271b000c

The code we use to render README.your_favorite_markup

HISTORY.md (view raw)

 1## 0.3.2 (2010-03-25)
 2
 3* Improved test runner
 4* Forgive ReST problems that aren't user errors.
 5
 6## 0.3.1 (2010-03-22)
 7
 8* Add .rst.txt extension
 9* Fix ASCII encoding error while using print u'\u010c' non-ASCII char and similar.
10
11## 0.3.0 (2010-03-11)
12
13* man rendering
14* `github-markup` command line runner
15
16## 0.2.2 (2010-02-09)
17
18* pod fixes from Ricardo Signes
19
20## 0.2.1 (2010-01-25)
21
22* ReST fixes from Michael Jones
23
24## 0.2.0 (2010-01-10)
25
26* org-mode support
27
28## 0.1.7 (2009-11-17)
29
30* Ditch asciidoc2html, call asciidoc directly
31
32## 0.1.6 (2009-11-17)
33
34* mdown
35
36## 0.1.5 (2009-11-17)
37
38* Actually, if we can't render a thing then don't. Not once, not never.
39
40## 0.1.4 (2009-11-17)
41
42* Bugfix: Missing commands return the input (instead of nothing)
43
44## 0.1.3 (2009-11-02)
45
46* Strip the INDEX comments from POD
47
48## 0.1.2 (2009-11-02)
49
50* Renamed to `github-markup`
51* Bugfix: POD rendering works now, not just index
52
53## 0.1.1 (2009-11-02)
54
55* Added `GitHub::Markup.can_render?` helper.
56* Bugfix: Actually check file extensions
57
58## 0.1.0 (2009-11-02)
59
60* First release