Uploaded image for project: 'Confluence Cloud'
  1. Confluence Cloud
  2. CONFCLOUD-31476

Code macro should wrap long lines

XMLWordPrintable

    • 6
    • 3
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      NOTE: This suggestion is for Confluence Cloud. Using Confluence Server? See the corresponding suggestion.

      In past versions of the code macro, long lines were wrapped up. This feature was implemented in NCODE-142.

      The wrap up of the long lines caused a problem with a mismatch between the line numbers and the actual line. To solve this bug (CONF-23565) we removed the functionality to wrap up text.

      There should be an option to wrap up text in the code macro. Adding a scroll bar may work on a web browser but it is not a good solution for PDF exports or print outs.

      Affected version of the code macro plugin: 2.1.3.

      Workaround:

      Add the following CSS to the global stylesheet:

      .codeContent .syntaxhighlighter table td.code .container .line {
          white-space: normal!important;
      }
      

            Unassigned Unassigned
            aconde Alejandro Conde Carrillo (Inactive)
            Votes:
            138 Vote for this issue
            Watchers:
            70 Start watching this issue

              Created:
              Updated: