antsibull-docs
Version:
TypeScript library for processing Ansible documentation markup
6 lines • 417 B
TypeScript
import { RSTOptions } from './opts';
import { Paragraph } from './dom';
export declare function quoteRST(text: string, escape_starting_whitespace?: boolean, escape_ending_whitespace?: boolean, must_not_be_empty?: boolean): string;
export declare function postprocessRSTParagraph(par: string): string;
export declare function toRST(paragraphs: Paragraph[], opts?: RSTOptions): string;
//# sourceMappingURL=rst.d.ts.map