asciidoctor / atom-language-asciidoc

⚛ AsciiDoc language package for the Atom editor.

Home Page:https://atom.io/packages/language-asciidoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Admonitions in list item renders everything after bold.

lucascosti opened this issue · comments

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. 

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