Math block prevents block ID from rendering in reading view

Steps to reproduce

  1. Create a list with block ID.
  2. Under the list, add a math block with the same indentation.
- list 1 ^example-id
    $$a / b$$

Did you follow the troubleshooting guide? [Y/N]

Y

Expected result

In reading view, the block ID would be hidden.

Actual result

In reading view, block ID is rendered like normal text.

Environment

SYSTEM INFO:
	Obsidian version: v1.8.4
	Installer version: v1.8.4
	Operating system: Darwin Kernel Version 24.3.0: Thu Jan  2 20:24:16 PST 2025; root:xnu-11215.81.4~3/RELEASE_ARM64_T6000 24.3.0
	Login status: logged in
	Language: en
	Catalyst license: none
	Insider build toggle: off
	Live preview: on
	Base theme: adapt to system
	Community theme: none
	Snippets enabled: 0
	Restricted mode: on

RECOMMENDATIONS:
	none

Additional information


This is not a bug. The blockid should go after the complete content of that bullet point. Like this:

- item 1
    $$a / b$$ 
    ^id
- item 2