Skip to main content
Module

x/fresh/www/utils/markdown.ts>gfm.RenderOptions

The next-gen web framework.
Extremely Popular
Go to Latest
interface gfm.RenderOptions
import { type gfm } from "https://deno.land/x/fresh@1.1.5/www/utils/markdown.ts";
const { RenderOptions } = gfm;

Properties

optional
baseUrl: string
optional
mediaBaseUrl: string
optional
inline: boolean
optional
allowIframes: boolean
optional
allowMath: boolean
optional
disableHtmlSanitization: boolean