Skip to main content
Module

x/rusty_markdown/mod.ts

Deno bindings for pulldown-cmark, a CommonMark-compliant Markdown parser made in Rust, compiled to WebAssembly.
Latest
import * as rustyMarkdown from "https://deno.land/x/rusty_markdown@v0.4.1/mod.ts";

Functions

Parses the given tokens into HTML.

Parses the given Markdown text into a list of tokens.

Interfaces

Option object containing flags for enabling extra features that are not part of the CommonMark spec.

Type Aliases

Markdown tokens that are generated during traversal of the document. check https://docs.rs/pulldown-cmark/0.8.0/pulldown_cmark/enum.Event.html for more detailed information.