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

In PDF Export the Expand Macro title is heading sized

    XMLWordPrintable

Details

    Description

      On screen the 'title' of an expand macro is the same size as the rest of the body text.

      In the PDF export it is heading sized. See the attached PDF for an example.

      We use this macro frequently in our own documentation and I would imagine our customers do too. I see this issue as on the verge of critical.

      Workaround

      • Install the Confluence Source Editor plugin (this will place a <> icon on the top-right of the editor when editing a page
      • Enclose your macro within a div of the wiki-content class:
        Add the following line right before <ac:macro ac:name="expand">
        <div class="wiki-content">

        and this line after the closing tag of the expand macro (</ac:macro>):

        </div>

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              pcurren Paul Curren
              Votes:
              6 Vote for this issue
              Watchers:
              11 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: