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);
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);