AniLink - v1.29.2
    Preparing search index...

    Interface MarkdownVariables

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

    interface MarkdownVariables {
        markdown: string;
    }
    Index
    markdown: string

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