Skip to main content
Module

x/gfm/mod.ts>Renderer

Server-side GitHub Flavored Markdown rendering for Deno
Latest
class Renderer
import { Renderer } from "https://deno.land/x/gfm@0.6.0/mod.ts";

Properties

allowMath: boolean
baseUrl: string | undefined

Methods

code(code: string, language?: string)
heading(
text: string,
level:
| 1
| 2
| 3
| 4
| 5
| 6
,
raw: string,
): string
image(
src: string,
title: string | null,
alt: string,
)