all repos — markup @ 12d1bbe21d66878eb6f208782024d4ce0582f5fa

The code we use to render README.your_favorite_markup

HISTORY.md (view raw)

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