Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/gfm/deps.ts>Marked.Hooks#postprocess

Server-side GitHub Flavored Markdown rendering for Deno
Latest
method Marked.Hooks.prototype.postprocess
import { Marked } from "https://deno.land/x/gfm@0.6.0/deps.ts";
const { Hooks } = Marked;

Process HTML after marked is finished

Parameters

html: string

Returns

string