Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
lowlighter/libs🖨️ Render markdown to HTML using the unified ecosystem.
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
94%
Published
2 months ago (2.0.3)
I
I
I
I
I
AstElementContentMap
This map registers all node types that may be used as content in an element. These types are accepted inside element
nodes.
I
I
I
I
AstProperties
Represents information associated with an element.
I
I
AstRootContentMap
This map registers all node types that may be used as top-level content in the document. These types are accepted inside root
nodes.
T
AstContent
Represents a root or element node.
T
AstElementContent
Represents an element node content.
T
AstNodeData
Util for extracting type of Node.data.
T
AstRootContent
Represents a root node content.
v
default
Add anchors to headings and autolink them.
Add Package
deno add jsr:@libs/markdown
Import symbol
import * as mod from "@libs/markdown/plugins";
Import directly with a jsr specifier
import * as mod from "jsr:@libs/markdown/plugins";
Add Package
pnpm i jsr:@libs/markdown
pnpm dlx jsr add @libs/markdown
Import symbol
import * as mod from "@libs/markdown/plugins";
Add Package
yarn add jsr:@libs/markdown
yarn dlx jsr add @libs/markdown
Import symbol
import * as mod from "@libs/markdown/plugins";
Add Package
vlt install jsr:@libs/markdown
Import symbol
import * as mod from "@libs/markdown/plugins";
Add Package
npx jsr add @libs/markdown
Import symbol
import * as mod from "@libs/markdown/plugins";
Add Package
bunx jsr add @libs/markdown
Import symbol
import * as mod from "@libs/markdown/plugins";