Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/gfm/mod.ts>Marked.rules.block

Server-side GitHub Flavored Markdown rendering for Deno
Go to Latest
variable Marked.rules.block
import { Marked } from "https://deno.land/x/gfm@0.3.0/mod.ts";
const { block } = Marked.rules;

Block-Level Grammar

type

Record<BlockRuleNames, Rule> & Record<BlockSubRuleNames, Rules> & Rules