Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 530 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 530 Bytes

JSR

Sapling Markdown Package

This package contains the markdown parser and renderer that can be used in Sapling websites or other Deno projects.

Usage

import { renderMarkdown } from "@sapling/markdown";

// Render markdown to html
const html = await renderMarkdown(markdown);

Attributions

  • marked - The markdown parser
  • shiki - The code highlighter