Releases: nuxt-modules/mdc
Releases · nuxt-modules/mdc
v0.16.1
v0.16.0
Note
MDC component does not generate title & description for markdown props anymore. If you want to generate them you need to pass :partial="false"
props. If you haven't used the title and description before, don't worry, it will not change anything in your application.
🩹 Fixes
- MDC: Do not generate title/description and toc (#354)
- Upgrade deps and drop ohash (3d08c74)
- Broken custom highlighter (d090484)
🏡 Chore
v0.15.0
v0.14.0
🩹 Fixes
- MDCRenderer: Do not render script tags (6c6a036)
📖 Documentation
- Current links presets (#345)
- Clarifies the need to globally register the custom prose components (#347)
🏡 Chore
- Update nuxthub ci (7fe5fe4)
- Update ci (3ecd111)
- Update deps (6e45da6)
- Update nuxthub deploy (f464043)
- playground: Add prose (5854ee3)
- playground: Add prose-invert (63cc459)
- Upgrade shiki v3 (#349)
- Upgrade deps (9c11dfd)
- Upgrade deps (b741441)
- Revert ohash (a648cf8)
🤖 CI
❤️ Contributors
v0.13.5
v0.13.4
v0.13.3
v0.13.2
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 [email protected]
- Guspan Tanadi (@guspan-tanadi)