- Support relative path links in rdoc
- Added creole support
- Removed man page support until it's ready.
- UTF-8 works with ReST now.
- Improved test runner
- Forgive ReST problems that aren't user errors.
- Add .rst.txt extension
- Fix ASCII encoding error while using print u'\u010c' non-ASCII char and similar.
- man rendering
github-markup
command line runner
- pod fixes from Ricardo Signes
- ReST fixes from Michael Jones
- org-mode support
- Ditch asciidoc2html, call asciidoc directly
- mdown
- Actually, if we can't render a thing then don't. Not once, not never.
- Bugfix: Missing commands return the input (instead of nothing)
- Strip the INDEX comments from POD
- Renamed to
github-markup
- Bugfix: POD rendering works now, not just index
- Added
GitHub::Markup.can_render?
helper. - Bugfix: Actually check file extensions
- First release