UNPKG

@podlite/markdown

Version:

=markdown - markdown text block

7 lines (6 loc) 194 B
import { AstTree } from '@podlite/schema'; declare type Md2astArgs = { lineOffset?: number; }; export declare const md2ast: (src: string, { lineOffset }?: Md2astArgs) => AstTree; export {};