Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-14758

Column/Section macros do not work correctly with the new PDF export

XMLWordPrintable

      Use the follwing wiki markup on a page:

      {section}
      {column}Column one text goes here{column}
      {column}Column two text goes here{column}
      {section} 

      Export to PDF++

      The text appears in one column, instead of two. See attached example.

      Workaround (Confluence 5.3+):

      Add the following to your PDF CSS:

      .sectionMacro .columnMacro {  
      border: none;  
      padding: 0;  
      }  
        
      .columnMacro {  
      display: table-cell;  
      vertical-align: top;  
      } 
      

            Unassigned Unassigned
            mhrynczak Mark Hrynczak (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: