Skip to main content
Module

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

A frugal web framework
Latest
class Hooks._Hooks
import { Hooks } from "https://deno.land/x/frugal@0.9.6/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>