@promptbook/azure-openai
Version:
Promptbook: Run AI apps in plain human language across multiple models and platforms
12 lines (11 loc) • 410 B
TypeScript
import type { string_markdown_text } from '../../types/typeAliases';
/**
* Function escapeMarkdownBlock will escape markdown block if needed
* It is useful when you want have block in block
*
* @public exported from `@promptbook/markdown-utils`
*/
export declare function escapeMarkdownBlock(value: string_markdown_text): string_markdown_text;
/**
* TODO: [🏛] This can be part of markdown builder
*/