[ https://jira.codehaus.org/browse/DOXIA-371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=322999#comment-322999 ]
Robert Scholte commented on DOXIA-371: -------------------------------------- This is a valid multiline listitem (from {{paragraph-list.confluence}} test): {noformat} A paragraph * A nested list item * Another nested list item with two lines Back at the top level {noformat} That markup is responsible for the challenge: when does the list stop for the parser? > Confluence macros conflict with "-" > ----------------------------------- > > Key: DOXIA-371 > URL: https://jira.codehaus.org/browse/DOXIA-371 > Project: Maven Doxia > Issue Type: Bug > Components: Module - Confluence > Reporter: Michael Isvy > > 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: > {noformat} > - This is a little test. > {code} > @Autowired > private DataSource dataSource; > {code} > {noformat} > If I had an empty line in between, everything works fine: > {noformat} > - This is a little test. > {code} > @Autowired > private DataSource dataSource; > {code} > {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira