UNPKG

moxygen

Version:

Doxygen XML to Markdown converter

9 lines 400 B
export declare function refLink(text: string, refid: string): string; export declare function link(text: string, href: string): string; export declare function safeLink(text: string, href: string): string; export declare function isSafeHref(href: string): boolean; export declare const escape: { row(text: string): string; cell(text: string): string; }; //# sourceMappingURL=markdown.d.ts.map