jakobmeusburger Hi there. The API is supposed to serve structured content instead of rendered HTML. To actually return HTML including tags such as <br>
a variable has to be rendered to HTML. This can be achieved using the markdown
function for Markdown or using a block variable. Blocks are automatically rendered.
The backslashes are added by default to escape forward slashes to avoid issues with possibly included </script>
tags for example. They should be handled correctly when being parsed by functions such as JSON.parse()
.