all repos — markup @ c9aa51126cc248d6dcf8f247cda75275974785c9

The code we use to render README.your_favorite_markup

HISTORY.md (view raw)

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