Steps to reproduce
In editor note, whenever after any code block like:
[start of example content]
print("Hello world")
[with blank line or no blank line]
[One tab to indent] Plain Text. Plain Text. Plain Text.
[end of example content]
The “Plain Text…” content will show in format of inline code, with CSS Class “.cm-hmd-indented-code.cm-inline-code” on.
Expected result
I expect to indent items of the code block should not be inherit the parent CSS class to be a inline-code, as the code block is already end in the “```” mark. I think it is a miss formatting.
Actual result screenshot
As shown in screenshot, the first code block and the plain text after is correct. But for the second code block and the indented plain text, the text are formatted as inline code.
Environment
MacOS, Obsidian v0.14.7
PS.
If there is any reason to not be as what I expect when doing this, please feel free to let me know.