all repos — markup @ 60a36e1d93b2fa3f6c9ddabfe0eb8b23b5519f41

The code we use to render README.your_favorite_markup

HISTORY.md (view raw)

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