- Fixed bug where formatting in certain places was not being applied.
- Fixed bug where email addresses were getting mangled by Marked, which doesn't work the way we render Markdown (#2).
- It's now possible to pass tokenizer and renderer functions to Marked without overwriting the defaults.
- The value prop on the renderer component is now required.
- Fixed bug where Marked wasn't getting its config.
- Fixed bug where configuration was incorrectly merged with the default one.
- Fixed bug where config wasn't being properly merged with the default config.
- Mappings can now access the
processTokens
function.
- Fixed bug where certain characters are replaced with HTML escape codes.