1.5.0
1.5.0
Released Jan 13, 2017
- NEW: New EscapeAll extension.
- NEW: New Snippets extension for including external files into a Markdown file.
- NEW: Arithmatex now has configurable output wrapper.
- NEW: PathConverter no longer verifies existence of path to allow it more flexible usage.
- NEW: PathConverter now only converts relative paths when converting to a relative or absolute location.
- NEW: Improved support for path path identification for PathConverter and B64.
- FIX: Fixed issue where Arithmatex was un-escaping
$
within math region. - FIX: Fixed issue where plugins would append globally changing the escape list opposed to just in the in the Markdown instance.
- FIX: Fixed logic issue where the
mark
,caret
, andtilde
extension weren't quite modelingbetterem
inline behavior. - FIX: Critics shouldn't allow escaping critic marks as it is not in the spec.