UNPKG

@promptbook/node

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

9 lines (8 loc) 264 B
/** * Increase the level of all headings in the markdown content * * @example h1 -> h2, h2 -> h3, ... * @param content The markdown content * @returns The markdown with increased headings */ export declare function increaseHeadings(content: string): string;