feat: rewrite everything, update to comrak 0.48.0#33
Closed
Conversation
This was
linked to
issues
Nov 26, 2025
This was
unlinked from
issues
Nov 26, 2025
This was
linked to
issues
Nov 26, 2025
15b317d to
cf47baa
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #8, #15, #17, #21, #22, #23, #24, #25, #26, #27, #28, #29, #30, and #31.
both compression and overall speed for our specific use case (Are the benefits of brotli worth the costs? #8, perf: use
@nick/lz4instead of brotli #15)0.43.00.48.0 (deps: update comrak to 0.43.0 #17)markdown_to_commonmark(feat: expose markdown_to_commonmark bindings #21)markdown_to_commonmarkin Rust/WASM APIsmarkdownToCommonMarkin TypeScript APImarkdown_to_xml(feat: expose markdown_to_xml bindings #22)markdown_to_xmlin Rust/WASM APIsmarkdownToXMLin TypeScript APIparse_document(feat: expose parse_document bindings #23)parse_documentin Rust/WASM APIsparseMarkdownin TypeScript APIformat_html(feat: expose format_html bindings #24)format_html_with_plugins(feat: expose format_html_with_plugins bindings #27)format_htmlin Rust/WASM APIsrenderHTMLin TypeScript APIformat_xml(feat: expose format_xml bindings #25)format_xml_with_plugins(feat: expose format_xml_with_plugins bindings #28)format_xmlin Rust/WASM APIsrenderXMLin TypeScript APIformat_commonmark(feat: expose format_commonmark bindings #26)format_commonmark_with_plugins(feat: expose format_commonmark_with_plugins bindings #29)format_commonmarkin Rust/WASM APIsrenderCommonMarkin TypeScript APIHeadingAdapter(feat: implement HeadingAdapter support #30)HeadingAdapterin Rust/WASM APIs (for internal use only)HeadingAdapterin TypeScript APISyntaxHighlighterAdapter(feat: implement SyntaxHighlighterAdapter support #31)SyntaxHighlighterAdapterin Rust/WASM APIs (internal)SyntaxHighlighterAdapterin TypeScript API