UNPKG

comrak

Version:

Comrak is an efficient, extensible, and highly configurable Markdown parser and renderer, written in Rust and compiled to WebAssembly. Portable and agnostic, it works seamlessly in any WebAssembly-friendly JS runtime.

9 lines (8 loc) 276 B
/** * This module provides the type definitions for the abstract syntax tree (AST) * produced by parsing a Markdown document using the {@linkcode parseMarkdown} * function, including all the specific node types and their associated data. * * @module nodes */ export {};