How do I paste code into Code Block with preserved indentation?

Jiri Pik September 4, 2020

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?

4 answers

1 accepted

0 votes
Answer accepted
Diego
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 8, 2020

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:

Screen Shot 2020-09-08 at 16.55.23.png

 

Here is what the code looks in Confluence in edit mode:

Screen Shot 2020-09-08 at 16.56.49.png

 

And in View Mode:

Screen Shot 2020-09-08 at 16.57.03.png

 

Now, I did the setup of a Confluence Server version 7.6.1 and the results were the correct ones too:

Edit Mode

Screen Shot 2020-09-08 at 16.55.33.png

View Mode

Screen Shot 2020-09-08 at 16.55.52.png

With these results, I would like to ask you a few questions:

  1. What version of Confluence are you using?
  2. Is this happening regardless of the browser being used?
  3. 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!

Jiri Pik September 9, 2020

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.

Like Diego likes this
Diego
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 18, 2020

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!

Like Jiri Pik likes this
Jiri Pik September 18, 2020

THANK YOU.

Like Diego likes this
Eetu Salpaharju April 27, 2021

Found workaround for this problem:

 

  1. Paste your code outside of CodeBlock macro
  2. Format pasted text to preformatted
  3. Cut&paste formatted block inside of CodeBlock macro.
Like # people like this
Aliaksei Prybytkouski July 8, 2021

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

1 vote
MS March 8, 2021

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..

Arad Bar Sadeh January 31, 2022

Solved it for me. thanks!

0 votes
David Hempy November 21, 2023

SOLVED for VSCode:

Go into Settings and search for `copyWithSyntaxHighlighting`, which is ON by default. Turn that crap OFF and resume a happy life. 

0 votes
Jesilyn Barnes July 15, 2021

Try to paste the code lines from Postman...does that work? 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
TAGS
AUG Leaders

Atlassian Community Events