femark icon indicating copy to clipboard operation
femark copied to clipboard

A Markdown to HTML compiler and Syntax Highlighter, built using Rust's pulldown-cmark and tree-sitter-highlight crates. Compiled for use via the Node FFI.

Results 1 femark issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I am using femark to render html in my leptos blog. `femark::process_markdown_to_html` causes tokio-runtime-worker to panic **IF** there are code block(s) in the input. I'm sorry if...