svelte-markdoc-preprocess
Version:
A Svelte preprocessor that allows you to use Markdoc.
4 lines • 312 B
TypeScript
import type { RenderableTreeNodes } from '@markdoc/markdoc';
import { Config } from './config.js';
export declare function render_html(node: RenderableTreeNodes, dependencies: Map<string, string>, highlighter: Config['highlighter'], escape_html?: boolean): Promise<string>;
//# sourceMappingURL=renderer.d.ts.map