Skip to main content

Crate ox_content_wasm

Crate ox_content_wasm 

Source
Expand description

WebAssembly bindings for Ox Content.

This crate provides WASM bindings for using Ox Content in browsers and other WebAssembly environments.

Structs§

TocEntry
Table of contents entry.
TransformResult
Transform result containing HTML, frontmatter, and TOC.
WasmParserOptions
Parser options.

Functions§

parse_and_render
Parses Markdown and renders to HTML.
transform
Transforms Markdown source into HTML, frontmatter, and TOC.
version
Returns the version of ox_content_wasm.