MarkdownVariables is an interface representing the variables for the MarkdownQuery. It includes an optional markdown string.

interface MarkdownVariables {
    markdown: string;
}

Properties

Properties

markdown: string

markdown is a string representing the Markdown text to be converted.