🚀 Features
- Allow rendering tree object without frontmatter and meta - by @farnabaz in #241 (14328)
- New
linkifyoption to control auto-link behavior - by @farnabaz in #248 (f9d6b) - Introduce Comark Context, a way to update rendered tree - by @farnabaz in #258 (fc083)
- frameworks: Add angular support (@comark/angular) - by @arashsheyda and @farnabaz in #178 (e49ba)
- plugins: Add
allowedTagsandtagFallbackoption into security plugin - by @maximepvrt, @samcarrington, Sam Carrington, @hendrikheil, Claude Opus 4.8 and @farnabaz in #245 (10ca6)
🐞 Bug Fixes
- Restore three PRs clobbered by stale-tree merge of #245 - by @hendrikheil, Claude Opus 4.8 and @farnabaz in #261 and #245 (aba62)
- Improve security plugin types and docs - by @farnabaz in #262 (e59b6)
- comark:
- highlight:
- Stop injecting
tabindex="0"on pre blocks - by @benjamincanac in #239 (11e7f)
- Stop injecting
- render:
- Unwrap a bare
shikiclass onpreback to a plain fence - by @hendrikheil and Claude Opus 4.8 in #259 (63d02)
- Unwrap a bare
- renderer:
- Escape
[in markdown text nodes to prevent link re-injection - by @hendrikheil, Claude Opus 4.8 and @farnabaz in #240 (09dd1)
- Escape
- stringify:
- Render block component children of list items on their own line - by @hendrikheil, Claude Opus 4.8 and @farnabaz in #252 (722c8)
- Render ordered-list
startas native numbering - by @hendrikheil and Claude Opus 4.8 in #255 (e5275)
- svelte: