This repository was archived by the owner on Mar 9, 2026. It is now read-only.
Prevent extra indenting when outputing #472
olivertzeng
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
|
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hey, Oliver! You know, if you want a workaround for this immediately you can pipe or redirect the output; that will strip the formatting.
Aside, I'm going to convert this into a discussion (for further discussion). If we decide solving for this is something we need to do we'll convert it back to an issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Codeblocks adds an extra indenting that makes copying code hard(especially python where indenting is strict), sometimes line-wrapping makes longer comments show a second line, making the code not working
for example
becomes
Making the
very very long commentseen as a separate line when copying the codeSetup
Please complete the following information along with version numbers, if applicable.
Note: you might encounter rendering issues if your locale does not use
UTF-8encoding. Please check your locale (localeon POSIX systems) tosee what encoding is being used by your system.
To Reproduce
Steps to reproduce the behavior:
https://asciinema.org/a/712145
Expected behavior
Prevent line-wrapping when outputing code
Screenshots
asciinema
Beta Was this translation helpful? Give feedback.
All reactions