Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Parses the given Markdown text into a list of tokens.

Parameters

text: string
optional
options: Options = [UNSUPPORTED]