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

markdown-tree

This is a markdown to JSON tree converter for deno, based on rusty_markdown

Example

import { Node } from './mod.ts'
Node.from(`
# This is a markdown string
`)