Skip to main content
Module

x/gfm/mod.ts>Marked.Rules

Server-side GitHub Flavored Markdown rendering for Deno
Latest
interface Marked.Rules
import { type Marked } from "https://deno.land/x/gfm@0.6.0/mod.ts";
const { Rules } = Marked;

Properties

block: Record<BlockKeys, RegExp>
inline: Record<InlineKeys, RegExp>