cloudflare-docs-engine icon indicating copy to clipboard operation
cloudflare-docs-engine copied to clipboard

Backslash in MD should force a newline

Open MattIPv4 opened this issue 4 years ago • 0 comments

👋 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](../static/dns-over-discord/dig-command-example-2.png)\
_`/dig domain: cloudflare.com type: AAAA short: True`_

Source

image

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

MattIPv4 avatar Jan 04 '21 12:01 MattIPv4