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
optional
options: Options = [UNSUPPORTED]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.