UNPKG

@promptbook/remote-server

Version:

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

11 lines (10 loc) 413 B
import type { string_markdown_text } from '../../types/string_markdown'; /** * Removes Markdown formatting tags from a string. * * @param {string} str - The string to remove Markdown tags from. * @returns {string} The input string with all Markdown tags removed. * * @public exported from `@promptbook/markdown-utils` */ export declare function removeMarkdownFormatting(str: string_markdown_text): string;