asciidoctor / asciidoctor.org

:globe_with_meridians: Asciidoctor project site. Composed in AsciiDoc. Baked with Awestruct.
https://asciidoctor.org
Other
323 stars 805 forks source link

Dash at start not as list item #835

Closed funnygerman closed 5 years ago

funnygerman commented 5 years ago

I have three sentences which start with a dash, but it's not a list, it's a dialog. However these sentences will be converted to list items.

I found a workaround to avoid this by replacing dash with coresponding unicode value. But then line breaks don't work, so [%hardbreaks] needs to be added. See code below.

[%hardbreaks]
- First sentence.
- Second sentence.
- Third sentence.

But maybe there is a better solution?

mojavelinux commented 5 years ago

I think you're looking for this issue: https://github.com/asciidoctor/asciidoctor/issues/2949