Releases: nuxt-modules/mdc
Releases · nuxt-modules/mdc
v0.13.1
v0.13.0
BREAKING CHANGE
MDC stringify now generates emphasized words with *
instead of _
. Checkout syntax-tree/mdast-util-to-markdown#65 (comment) for more information.
🩹 Fixes
- stringify: Use
*
instead_
for emphsis syntax (#325)
📖 Documentation
🏡 Chore
❤️ Contributors
- Farnabaz farnabaz@gmail.com
- Guspan Tanadi (@guspan-tanadi)
v0.12.1
v0.12.0
- fix: do not remove text language from codeblocks (3b6ca5b)
- chore: upgrade deps (2684dd2)
- feat(parse): allow disabling heading extraction (4420709)
- fix:
stringifyMarkdown
auto-import (#311) (32225ae) - fix: text is default language for codeblocks (#309) (b7dc03e)
- chore: upgrade deps (febcb01)
- chore: upgrade deps (b608fbd)
v0.11.1
v0.11.0
🚀 Enhancements
- renderer: Do not try to resolve
<svg>
,<math>
and their children (#299) - MDC stringify utility (#300)
🩹 Fixes
- Export processors (a0601df)
- stringify: Do not remove slots with properties (c862290)
- stringify: Whitespace between inline components and texts (e2a7c43)
- stringify: Whitespace between
:br
and texts (42b9f9b)
🏡 Chore
- Upgrade deps (f70b54c)
v0.10.0
🚀 Enhancements
- parser: New
createProcessor
util (#289) - slot: Detect Vue slots with
mdc-unwrap
prop and treat them as<MDCSlot>
(#294)
🩹 Fixes
- nodeTextContent:
.value
has higher priority than.children
(08ce958)
🏡 Chore
❤️ Contributors
- Farnabaz @farnabaz
- Sandro Circi @sandros94
v0.9.5
v0.9.4
v0.9.3
🚀 Enhancements
- Space separated unwrap tags (a64f871)
- Async nested rendering (#270)
- Support adding documentRoot vfile context to MDC parser (#275)
🩹 Fixes
- module: Possibility to remove module's default remark/rehype plugins from bundle (#276)
- Keep main plugins inside parser bundle (11d9d72)
- MDCRenderer: Vue3
v-model
(ce996d1)
🏡 Chore
- Upgrade deps (706ff04)
- Update playground (befd68b)
- Add reproduction in playground (e1a5eb0)
- Push another issue to solve (a44ace2)
- playground: Add back link (af55c0c)
- playground: Update (4438e05)
- Upgrade deps (714ec57)
- Upgrade deps (c1f928c)
- Upgrade deps (9481efb)
❤️ Contributors
- Farnabaz @farnabaz)
- Jess (@JessicaSachs)
- Adam DeHaven (@adamdehaven)
- Sébastien Chopin (@atinux)