de-jcup / eclipse-asciidoctor-editor

An eclipse editor for asciidoctor files
https://marketplace.eclipse.org/content/asciidoctor-editor
Other
59 stars 15 forks source link

Splitting attribute values over multiple lines does not work #284

Open dani-bell opened 4 years ago

dani-bell commented 4 years ago

Splitting attribute values over multiple lines does not work as described in: "https://asciidoctor.org/docs/user-manual/#splitting-attribute-values-over-multiple-lines"

 :long-value: If you have a very long line of text \
 that you need to substitute regularly in a document, \
 you may find it easier to split it neatly in the header \
 so it remains readable to folks reading your docs code.

displaying of {long-value} results in: "If you have a very long line of text \"

:long-value-hard: If you have a very long line of text + \
that you need to substitute regularly in a document,

{long-value-hard} has same result.

Used version: Asciidoctor Editor 2.0.3

de-jcup commented 4 years ago

Hello @dani-bell , please do me a favor and fork https://github.com/de-jcup/eclipse-asciidoctor-testprojects get a subproject whats similar to yours, add an example file there and create a PR. I will merge it into master and I can tryout. So it's will be much easier to help you/ understand the exact problem.