asciidoctor / atom-language-asciidoc

⚛ AsciiDoc language package for the Atom editor.
https://atom.io/packages/language-asciidoc
MIT License
42 stars 20 forks source link

Admonitions in list item renders everything after bold. #174

Open lucascosti opened 7 years ago

lucascosti commented 7 years ago

Description

If I place an admonition in a continued list item, all subsequent content is rendered bold until a blank line.

Screenshots

atomlistitem

Syntax example

= Test

. This is a list item.
+
NOTE: This note is part of the list item.
+
This para is in the same list item, but after the note.
. This is another list item.
. This is a third list item.

. This is a fourth list item. A line break resets the style. 
ldez commented 7 years ago

It's a side effect with the Atom grammar parser with multi-line.