Confluence macros conflict with "-"
-----------------------------------

                 Key: DOXIA-371
                 URL: http://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 contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to