In Obsidian, when you copy a code block that has leading indentation, the copied content will include that indentation. This can be annoying when you want to paste the code elsewhere, like into a ...
class test { private String function () { String a = "555\n555"; a = "ggg"; return a; } } Scenario A (Selection Paste): Use the mouse to select the \n characters (inside the double quotes), copy them, ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results