In the past, when I pasted indented source code into a Code Block, it preserved the indentation.
Now, whenever I paste any source code, any leading spaces are removed, no matter how I paste - Paste as Plain Text or pure Paste.
How to fix?
Hello @Jiri Pik !
As I understand, the Code Block macro is not respecting the indentation after copying code and then pasting it inside the macro.
I tried it first in our Cloud Platform with the new editor (Fabric). It behaved as expected. Here is what the original code looks like:
Here is what the code looks in Confluence in edit mode:
And in View Mode:
Now, I did the setup of a Confluence Server version 7.6.1 and the results were the correct ones too:
Edit Mode
View Mode
With these results, I would like to ask you a few questions:
- What version of Confluence are you using?
- Is this happening regardless of the browser being used?
- Would it be possible for you to share screenshots of a “dummy” code as an example?
Keep in mind that our community is an open space and everyone can see everything posted here. So take extra care not to disclose any sensitive information within the screenshots.
Let us hear from you!
Hello:
Check this https://www.screencast.com/t/wirC0mJvE6
The server is Confluence 7.7.3. It actually did work until a month or two ago.
The problem does exhibit itself in Chrome and Edge.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello there @Jiri Pik !
I was able to replicate this behavior consistently in both Confluence 7.7.2 and 7.7.3. Here is the bug report I filed:
The best course of action would be to vote and watch the report. The only workaround I found was to manually indent the code.
Let us hear from you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Found workaround for this problem:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Workaroung for me:
1. Paste text to CodeBlock and add few spaces manually
2. Copy your code from the block and paste to Notepad++ (I shwithed on "View->Show Symbol->Show White Space and TAB)"
3. Select "space" symbosl combination from the Notepad++ editor
4. Replace all double spaces \ tabs in your original code to "space" symbol from p3
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Similarly, it also removes the _existing_ linebreaks before and after your paste location. To be clear: if I paste a single line (or word) in between 2 lines that are separated by two or more linebreaks, those all get removed and it becomes one line, with the pasted content in the middle.
How does this happen..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Solved it for me. thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Go into Settings and search for `copyWithSyntaxHighlighting`, which is ON by default. Turn that crap OFF and resume a happy life.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try to paste the code lines from Postman...does that work?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.