-
Suggestion
-
Resolution: Fixed
-
44
-
3
-
NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? 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; }
- is caused by
-
CONFSERVER-23565 Line wrapping throws off line numbering in code block macro
- Closed
- relates to
-
CONFSERVER-31464 Code macro no longer wraps up long lines
- Closed
-
CONFCLOUD-31476 Code macro should wrap long lines
- Closed
- mentioned in
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...