# Convert markdown to HTML

Converts markdown formatted text to HTML for preview purposes. By default, processes hashtags into linked tags, @mentions into profile links, and custom emoji shortcodes into images. Use ?skipAutolink=true to get a plain markdown-to-HTML conversion without autolinking. Requires authentication.

Endpoint: PUT /api/v1/markdown
Version: 1.0
Security: header

## Query parameters:

  - `skipAutolink` (boolean,null)
    Allows to skip formatting of tags, mentions and emojis if needed.

## Response 401 fields (application/json):

  - `errorCode` (string, required)
    Error code

  - `message` (string, required)
    Error message

  - `docUrl` (string)
    Link to documentation


