-o
/ --output
option to CLI, #312.~~~
in info, #301.md.helpers
) pluggable, #299.*foo**bar**baz*
is now parsed as <strong>
inside <em>
).linkify-it
dependency to 2.0.0.
---
no longer terminates autodetected links by default.md.linkifier.set('---', true)
will return old behaviour.linkify-it
was changed.
You will not be affected anyhow, if not used direct access to
require('linkify-it/re')
for customizations.code_inline
& code_block
attributes if exist.fence
renderer to not mutate token. Token stream should be
immutable after renderer call.\r
the same way as \n
and \r\n\
, #252.Token.attrGet()
method for convenience, #251.linkify-it
(forced bump of linkify-it
&
uc-micro
dependencies). New installs will use fixed packages automatically,
but we bumped markdown-it
version for sure & for web builds..attrSet()
& .attrJoin()
methods.content
property in image token with alt
source.token.markup
and token.info
) for autolink tokens.linkify-it
dependency update (1.2.0). Now accepts dash at the end of links.md.linkify.set({ fuzzyIP: true })
.io.js
and node.js
.data:
URLs by default (except some image mimes), to avoid
possible XSS. Version bumped, because features changed (formally). If you did
not used data:
URLs, consider this version as 4.0.4 (no API changes).linkify-it
version.state.push(...)
(see sources)normalizeUrl()
to root class as .normalizeLink()
&
added normalizeLinkText()
method..validateUrl()
to root class and simplified logic - no more need to
replace entities.utils.unescapeAll()
.replaceEntities()
in utils
.md.utils.lib
now exposes useful libs for plugins.linkify-it
package), #2.mdurl
package), #29.foo\&/bar
).\|
(#5).normalizeReference()
to utils.md
(parser instance) link to all state objects (instead of former
options/parser).block
chain.core
chain.full
preset. Not needed anymore.md.utils
.set
/configure
/enable
/disable
methods.markdown-it
,new
is not mandatory now.