This package contains the markdown parser and renderer that can be used in Sapling websites or other Deno projects.
import { renderMarkdown } from "@sapling/markdown";
// Render markdown to html
const html = await renderMarkdown(markdown);
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
This package contains the markdown parser and renderer that can be used in Sapling websites or other Deno projects.
import { renderMarkdown } from "@sapling/markdown";
// Render markdown to html
const html = await renderMarkdown(markdown);