Important
Inline component name are no longer contribute to generate heading IDs
# heading with some :inline
The new id will be heading-with-some. it used to be heading-with-some-inline
馃悶 Bug Fixes
- Unable to import some types - by @will-stone in #360 (2d68e)
- Rename SPEC file blocking Windows clone - by @farnabaz in #366 (784da)
- Unify component resolution order and drop unused Angular name option - by @atinux in #381 (b91e4)
- angular:
- ansi:
- auto-close:
- Ignore attributes boundary
{...}when attributes plugin is registered - by @BetterAndBetterII and Yuzhong Zhang in #374 (96313)
- Ignore attributes boundary
- comark:
- Denial-of-service hardening for the parser and stringifier - by @atinux in #375 (ec9aa)
- Prevent HTML attribute injection in the stringifier - by @atinux and @farnabaz in #372 (3f0c6)
- Make renderMarkdown round-trips safe against injection - by @atinux and @farnabaz in #376 (d6a78)
- Run default plugin hooks before user plugin hooks - by @atinux in #385 (1d96d)
- Preserve nested markup when stringifying del - by @farnabaz in #387 (b946d)
- docs:
- html:
- html,ansi:
- math:
- parse:
- rangi:
- security:
- shiki:
- stringify:
- Join raw-HTML children without blank lines - by @sandros94 and @farnabaz in #304 (63f65)
- vue:
- Accept a parsed document in a defined component - by @benjamincanac in #410 (76c0a)