all repos — markup @ 38cc6c487a9be468d392388d18bbe51b19bbb760

The code we use to render README.your_favorite_markup

HISTORY.md (view raw)

 1## 0.2.1 (2010-01-25)
 2
 3* ReST fixes from Michael Jones
 4
 5## 0.2.0 (2010-01-10)
 6
 7* org-mode support
 8
 9## 0.1.7 (2009-11-17)
10
11* Ditch asciidoc2html, call asciidoc directly
12
13## 0.1.6 (2009-11-17)
14
15* mdown
16
17## 0.1.5 (2009-11-17)
18
19* Actually, if we can't render a thing then don't. Not once, not never.
20
21## 0.1.4 (2009-11-17)
22
23* Bugfix: Missing commands return the input (instead of nothing)
24
25## 0.1.3 (2009-11-02)
26
27* Strip the INDEX comments from POD
28
29## 0.1.2 (2009-11-02)
30
31* Renamed to `github-markup`
32* Bugfix: POD rendering works now, not just index
33
34## 0.1.1 (2009-11-02)
35
36* Added `GitHub::Markup.can_render?` helper.
37* Bugfix: Actually check file extensions
38
39## 0.1.0 (2009-11-02)
40
41* First release