Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Module - Confluence
-
Labels:None
-
Number of attachments :
Description
In Confluence, a line starting with "-" allows to generated a bullet point. Unfortunately it does not go well when the line right after uses a macro.
In this example, the "code" macro is not interpreted:
- This is a little test.
{code}
@Autowired
private DataSource dataSource;
{code}
If I had an empty line in between, everything works fine:
- This is a little test.
{code}
@Autowired
private DataSource dataSource;
{code}
This is a valid multiline listitem (from paragraph-list.confluence test):
That markup is responsible for the challenge: when does the list stop for the parser?