import * as gfm from "https://deno.land/x/gfm@0.3.0/deps.ts";
Classes
Slugger. | |
Block Lexer | |
Parsing & Compiling | |
Renderer | |
TextRenderer returns only the textual part of the token | |
Tokenizer |
Variables
Block-Level Grammar | |
Inline-Level Grammar |
Functions
Replace all emoji names in a string with actual emojis. | |
Add | |
Escape XML entities | |
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. |