You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👋 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.
👋 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.
Source
It'd be great if the backslash could be used to force a linebreak :)
The text was updated successfully, but these errors were encountered: