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) 288 B
export * from "./adapters.js"; export * from "./nodes.js"; export * from "./cm.js"; export * from "./html.js"; export * from "./options.js"; export * from "./parse.js"; export * from "./xml.js"; // circular default export for CommonJS compatibility export * as default from "./index.js";