line break (new line) new syntax suggestion
Posted by victor on
URL: https://discuss.asciidoctor.org/line-break-new-line-new-syntax-suggestion-tp3036.html
Hi,
for line break (new line) command, one currently has to put `+` at the end of the current line.
Suggestion: why don't we use `\n`, as this is known in computer world as new line marker, while `+` confuses others who read the asciidoc source , mistaking with mathematical addition.
Victor