import { Marked } from "https://deno.land/x/gfm@0.3.0/deps.ts";
const { _Hooks } = Marked.Hooks;
Methods
postprocess(html: string): string
Process HTML after marked is finished
preprocess(markdown: string): string
Process markdown before marked
import { Marked } from "https://deno.land/x/gfm@0.3.0/deps.ts";
const { _Hooks } = Marked.Hooks;
Process HTML after marked is finished
Process markdown before marked