MarkdownQuery is a class representing a query for converting Markdown text to HTML. It includes a method to send the Markdown text and receive the converted HTML.

Hierarchy (view full)

Constructors

Methods

Constructors

Methods

  • markdown is a method that sends a query request to convert Markdown text to HTML.

    Parameters

    Returns Promise<string>

    The response from the query request.