Uploaded image for project: 'Maven Doxia'
  1. Maven Doxia
  2. DOXIA-371

Confluence macros conflict with "-"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • Module - Confluence
    • None

    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}
      

      Attachments

        Activity

          People

            rfscholte Robert Scholte
            michaelisvy Michael Isvy
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: