hyper_render_markdown 1.3.1
hyper_render_markdown: ^1.3.1 copied to clipboard
Markdown parser plugin for HyperRender - Converts Markdown to Universal Document Tree (UDT).
Changelog — hyper_render_markdown #
1.3.0 - 2026-05-03 #
✨ 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.2.0 - 2026-03-30 #
- Initial release: CommonMark Markdown → UDT adapter (headings, bold, italic, links, code blocks, lists, blockquotes)