all repos — markup @ eff4441e143d6d9b663b2ca2a83baf052d18abc7

The code we use to render README.your_favorite_markup

HISTORY.md (view raw)

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