Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/frugal/doc/dep/marked.ts>Hooks._Hooks

A frugal web framework
Go to Latest
class Hooks._Hooks
import { Hooks } from "https://deno.land/x/frugal@0.9.0/doc/dep/marked.ts";
const { _Hooks } = Hooks;

Constructors

new
_Hooks(options?: MarkedOptions)

Properties

options: MarkedOptions

Methods

postprocess(html: string): string

Process HTML after marked is finished

preprocess(markdown: string): string

Process markdown before marked

Static Properties

passThroughHooks: Set<string>