Callout blocks rendered as single column of text while editing

Steps to reproduce

Note: This bug is not easily reproducible and seems to be somewhat erratic in its occurrence. There does seem to be a pattern to it, however, described below.

Note also in this description that the “Strict line breaks” Editor Display option is OFF.

  1. Create a callout block: quote, note, etc. and enter a string/block of text. It doesn’t matter if this is done in Live Preview or Source mode.
  2. Click away from the callout block. In Live Preview mode, this will render the block per the style directives.
  3. Open another markdown note, then return to the note with the callout block you just created. Click into the callout block to edit it. The string of text will sometimes be rendered as a single column of text, right justified, one letter per line for the entire length of the string of text. This happens both in Source mode and Live Preview mode, and ONLY seems to occur if there is no space character after the last character in the string of text.
  4. Adding one or more space characters after the callout block seems to alleviate the rendering error.

Did you follow the troubleshooting guide? Y

Expected result

Callout blocks of text should render as a contiguous block of text instead of a single column of individual characters.

Actual result

Callout blocks of text sometimes render as a single column of right-justified text, one character per line.

Environment

SYSTEM INFO:
Obsidian version: v1.9.13
Installer version: v1.8.9
Operating system: Darwin Kernel Version 25.0.0: Mon Aug 25 21:17:54 PDT 2025; root:xnu-12377.1.9~3/RELEASE_ARM64_T6041 25.0.0
Login status: logged in
Language: en
Catalyst license: supporter
Insider build toggle: on
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: on

RECOMMENDATIONS:
none


Additional information

See screenshot

I have never seen this thing. I’ll keep the BR open a for while.
Let me know if you find reproducible steps in the sandbox vault. Thanks

I can confirm I’m experiencing the same issue. It happens regularly in edit mode, though not every time—it seems more frequent when first opening a file.

To make the bug disappear, I need to place the cursor on the first line of the callout. The bug is cross-platform: I’ve observed it on both Android and Linux Mint.

As suggested to me on Discord, this might be related to the > not being placed in front of each text block within the callout. However, in my case, it’s actually the opposite—each text block does have a > in front of it.

can you provide a source document where this happens in the sandbox vault?

Thanks