Skip to content

Latest commit

 

History

History

markdown

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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