all repos — markup @ 86c376173892c8734c4330fb8f4b9777b5cadeea

The code we use to render README.your_favorite_markup

HISTORY.md (view raw)

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