Preview generated HTML for the given markdown content. Only authenticated users may call this resource.
string
string
string
string
string
The rendered markdown.
1
2
3
curl --request POST \
--url 'http://{baseurl}/rest/api/latest/markup/preview' \
--header 'Accept: application/json'
1
2
3
{
"html": "<h1>Hello World!</h1>"
}
Rate this page: