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

x/fresh/www/utils/markdown.ts>renderMarkdown

The next-gen web framework.
Extremely Popular
Latest
function renderMarkdown
import { renderMarkdown } from "https://deno.land/x/fresh@1.7.2/www/utils/markdown.ts";

Parameters

input: string
optional
opts: MarkdownOptions = [UNSUPPORTED]

Returns

{ headings: MarkdownHeading[]; html: string; }