import * as gfm from "https://deno.land/x/gfm@0.3.0/mod.ts";
Classes
Block Lexer | |
Parsing & Compiling | |
Renderer | |
TextRenderer returns only the textual part of the token | |
Tokenizer | |
Functions
Gets the original marked default options. | |
Remove trailing 'c's. Equivalent to str.replace(/c$/, ''). /c$/ is vulnerable to REDOS. | |
Compiles markdown to HTML asynchronously. | |