UNPKG

@promptbook/langtail

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

12 lines (11 loc) 410 B
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 */