- Domador now detects code block languages using
fencinglanguage
in<code>
in addition to<pre>
tags
- Fixed an issue where
domador
wouldn't preserve whitespace in code blocks
- Fixed an issue where
domador
would mess up tables that came after lists - List item output defaults to a prefix of
'- '
instead of the old'* '
behavior
- Fixed an issue where
domador
would pass the internal initial wrapper container totransform
option
- Introduced support for
markers
, helpful in a variety of cases
- Fixed a bug in client-side implementation of
<table>
support
- Added
allowFrame
to enable cautious<iframe>
support - Introduced support for GitHub flavored Markdown tables out the box
- Added support for server-side document-relative urls
- Updated
jsdom@8.0.2
- Added support for
<mark>
tags - Updated
jsdom@5.6.1
- Moved
jsdom
to harddependencies
- Updated
jsdom
to latest
- Moved
jsdom
to harddependencies
- Merged
<a>
logic with<img>
logic for consistency. - Image tags are now added as footnote references by default
- Shim
Node
to play well with IE < 9
- Moved
jsdom
intooptionalDependencies
- Fixed an eager escaping bug where every single
#
character would be escaped - Removed extra line breaks that would occur before link reference footnotes
- Link references now start at
[1]
instead of[0]
- Introduced an API method that allows to transform any part of the DOM tree using a custom handler
- Initial Public Release