Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/documentaly/publish/deps.ts>rustyMarkdown.tokens

(Beta) Maintain document and build tool.
Go to Latest
function rustyMarkdown.tokens
import { rustyMarkdown } from "https://deno.land/x/documentaly@0.3.5/publish/deps.ts";
const { tokens } = rustyMarkdown;

Parses the given Markdown text into a list of tokens.

Parameters

text: string
optional
options: Options = [UNSUPPORTED]