In PDF Export the Expand Macro title is heading sized

XMLWordPrintable

    • 1
    • Severity 2 - Major

      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>

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

              Created:
              Updated:
              Resolved: