UNPKG

182 BTypeScriptView Raw
1/**
2 * Convert MarkDown to RST
3 */
4export declare function md2rst(text: string): string;
5export declare function md2html(text: string): string;
6//# sourceMappingURL=markdown.d.ts.map
\No newline at end of file