all repos — markup @ v0.2.2

The code we use to render README.your_favorite_markup

HISTORY.md (view raw)

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