cloudflare-docs-engine
cloudflare-docs-engine copied to clipboard
Backslash in MD should force a newline
👋 I hope this is the right place (coming from cloudflare-docs, assuming this to an issue with the engine itself).
In markdown, a backslash at the end of the line is often used to force content onto a new line, without creating a new paragraph.
this is line 1\
this is line 2
this is line 1
this is line 2
With the Cloudflare docs, this doesn't seem to be the case though, as the backslash is rendered as plaintext on the line and no forced newline is rendered.
\
_`/dig domain: cloudflare.com type: AAAA short: True`_

It'd be great if the backslash could be used to force a linebreak :)