Login  Register

Multiple forced line breaks in one paragraph not possible

Posted by cmj on Apr 10, 2014; 3:15pm
URL: https://discuss.asciidoctor.org/Multiple-forced-line-breaks-in-one-paragraph-not-possible-tp1675.html

I try to add a second forced line break to a paragraph, it does not work. Instead a '+' sign ist drawn.

Example:
----
Hello +
World +
Carsten
----

Expected:
----
Hello
World
Carsten
-----

But I get:
----
Hello
World + Carsten
----

Is this a bug or expected behaviour? Is there a (simple) workaround?

Thanks in advance!
Carsten