UNPKG

antsibull-docs

Version:

TypeScript library for processing Ansible documentation markup

6 lines 308 B
import { MDOptions } from './opts'; import { Paragraph } from './dom'; export declare function quoteMD(text: string): string; export declare function postprocessMDParagraph(par: string): string; export declare function toMD(paragraphs: Paragraph[], opts?: MDOptions): string; //# sourceMappingURL=md.d.ts.map