@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
11 lines (10 loc) • 401 B
TypeScript
import type { string_markdown_text } from '../../types/string_markdown';
/**
* Function escapeMarkdownBlock will escape markdown block if needed
* It is useful when you want have block in block
*
* Note: [🔂] This function is idempotent.
*
* @public exported from `@promptbook/markdown-utils`
*/
export declare function escapeMarkdownBlock(value: string_markdown_text): string_markdown_text;