summaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc/src/nodes/index.ts
blob: c25b03f275631067131f9c044451459679835dae (plain) (blame)
1
2
3
4
import { heading } from './heading.js';
export { headingSlugger } from './heading.js';

export const nodes = { heading };