all repos — markup @ 819fa6024eaf2e5fe4854c81cf1d5834a793f113

The code we use to render README.your_favorite_markup

HISTORY.md (view raw)

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