- Address a slight typo with
POSIX
#456
- RST: Output code instead of tt for inline literals #370
- RST: Add IDs to headers so that
.. contents
works with.. sectnum
#391
- Fix name error when trying to use newer versions of RedCarpet #387
- Extend the field limit for tables to 50 characters for RST #306
- Add
.mkdn
as a supported markdown extension #308 - Upgrade wikicloth to 0.8.1 #317
- Force encoding of posix-spawn output #338
- Add
.rmd
as a supported markdown extension #343
- Disable RST warnings #290
- Upgrade to org-ruby 0.9.1
- Set default encoding to UTF-8 for Python 2
- Raise GitHub::Markup::CommandError if external command exits with a non-zero status.
- Remove support for literate Haskell (see #266)
- 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