Skip to main content
Module

x/rusty_markdown/mod.ts>tokens

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

Parses the given Markdown text into a list of tokens.

Parameters

text: string
optional
options: Options = [UNSUPPORTED]