hyper_render_markdown 1.1.0
hyper_render_markdown: ^1.1.0 copied to clipboard
Markdown parser plugin for HyperRender - Converts Markdown to Universal Document Tree (UDT).
Changelog — hyper_render_markdown #
1.1.0 - 2026-03-20 #
✨ New Features #
- Section splitting:
parseToSections()now splits ath1/h2/h3boundaries for virtualized rendering — previously ignoredchunkSizeparameter - Link safety:
javascript:anddata:href values are sanitized and blocked
🐛 Bug Fixes #
- Inline bold/italic: Nested inline markers (
**bold _italic_**) now resolve correctly - Fenced code blocks: Language hint passed through to
hyper_render_highlightfor syntax coloring
1.0.0 - 2026-01-15 #
- Initial release: CommonMark Markdown → UDT adapter (headings, bold, italic, links, code blocks, lists, blockquotes)