You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Isvy (JIRA)" <ji...@codehaus.org> on 2009/12/02 17:18:55 UTC

[jira] Created: (DOXIA-371) Confluence macros conflict with "-"

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