all repos — markup @ asciidoc-fix

The code we use to render README.your_favorite_markup

HISTORY.md (view raw)

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