custom-extensions

Installation
SKILL.md

This skill builds on render-markdown. Read it first for parser options, the document AST, and renderer behavior.

Custom Extensions

Setup

Implement a bounded block parser and return a standard ComponentNode:

import type { MarkdownExtension } from '@tanstack/markdown'
import { renderHtml } from '@tanstack/markdown/html'
import { parseMarkdown } from '@tanstack/markdown/parser'
Installs
3
GitHub Stars
126
First Seen
Aug 23, 2026
custom-extensions — tanstack/markdown