When in live editor and copying a code block that is in a list. The copy includes the tabs. When using the read view, it does not. I live in the live editor mode. Is it possible to do a copy correctly in some fashion?
I suggest making a bug report Bug reports
Then when reviewed they might transfer it to Feature requests
I personally suggest using reading view via hotkey so you can copy code blocks quickly.
While it may be frightening to see in Source mode, this works for copy-paste in Obsidian’s Reading and Live Preview modes:
1. a
1.1
```
line one
line two
```
1.2
2. b
It renders as expected in Reading. And it suits CommonMark specs for lazy continuation lines in a container block.
However, Live Preview’s rendering is visual ambiguous about the indentation level.
From left to right is Source, Live Preview, and Reading:

