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.
MarkdownQuery
Constructs a new MarkdownQuery instance.
The authentication token.
markdown is a method that sends a query request to convert Markdown text to HTML.
markdown
The variables for the query.
The response from the query request.
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.