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'