Skip to main content
Module

x/gfm/deps.ts

Server-side GitHub Flavored Markdown rendering for Deno
Go to Latest
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

Functions

Replace all emoji names in a string with actual emojis.

Add id attribute to headings (h1, h2, h3, etc) like GitHub.

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.