confluencebuilder icon indicating copy to clipboard operation
confluencebuilder copied to clipboard

Backslash at the end of line should add linebreak

Open vills opened this issue 1 year ago • 4 comments

No linebreaks added in case of backslash at the end of line. For example,

line1 \
line2 \
line3

should be rendered as separate lines within same paragraph (like shift+enter in confluence editor). But it is not.

HTML generated with sphinx from same source have added <br> between lines.

Could you please fix it?

vills avatar Sep 03 '24 11:09 vills