All notable changes to this project will be documented in this file.
- Don't add whitespaces in links and images if they contain underscores
- Don't add newlines after nested lists
article
tag is now supported and treated like a div
- Special characters are treated correctly inside of backticks, see (#47)
- pre-tags support syntax github and confluence syntax highlighting now
- Setting config options in block style will last for all following
convert
calls. - Inline config options are only applied to this particular operation
config.reset
is removed
- Ignore
col
andcolgroup
tags - Bypass
thead
andtbody
tags to show the tables correctly
- Eliminate ruby warnings on load (thx @vsipuli)
- Treat newlines within text nodes as space
- Remove whitespace between inline tags and punctuation characters
- Adds support for ruby versions 1.9.3 back in
- More options for handling of unknown tags
- Bugfixes in
li
indentation behavior
There were some breaking changes, please make sure you don't miss them:
- Only ruby versions 2.0.0 or above are supported
- There is no
Mapper
class any more. Just useReverseMarkdown.convert(input, options)
- Config option
github_style_code_blocks
changed its name togithub_flavored
Please open an issue and let me know about it if you have any trouble with the new version.