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.

10 lines (9 loc) 342 B
"use strict"; /** * 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 */ Object.defineProperty(exports, "__esModule", { value: true });