Block embed don't render if content in line after the identifier

Block embeds in the form of [[Note title#^identifier]] don’t render if there is some content in line right after the identifier code.
It seems clear that the content to be embedded is the one before the code, so it should not break like that.

Steps to reproduce

Open sandbox and paste the code below

> Some content inside a blockquote (1)
^id1
Content below

> Some content inside a blockquote (2)
^id2
# Heading blow

> Some content inside a blockquote (3)
^id3
$TeX below$

> Some content inside a blockquote (4)
^id4
> Another blockquote

Some normal content (5)
^id5
Text below

Result

Did you follow the troubleshooting guide? [Y]

Expected result

Render code embed in all those cases

Actual result

Only when followed by heading, it would work.

Environment

Debug info
SYSTEM INFO:
	Obsidian version: v1.8.9
	Installer version: v1.8.4
	Operating system: Windows 11 Pro 10.0.26100
	Login status: logged in
	Language: en
	Catalyst license: supporter
	Insider build toggle: off
	Live preview: on
	Base theme: adapt to system
	Community theme: none
	Snippets enabled: 0
	Restricted mode: off

RECOMMENDATIONS:
	Community plugins: for bugs, please first try updating all your plugins to latest. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community plugins.

Something went missing in the docs reorg/rewrite.

Block id should be placed at the end of the line only for simple paragraphs. For structured blocks (lists, quotations, callouts, tables), they should be placed in a line by itself and separated with a blank line before/after.

Like this

> Some content inside a blockquote (1)

^quoteid

Content below

We will update/fix the docs.

OK thanks, that’s why I couldn’t find info in the docs here: Internal links - Obsidian Help

Would it be possible to switch this post to a feature request to get rid of this limitation, or is that technically infeasible?

It’s hard/impossible to distinguish the last item of a list from the list as whole.

OK, thanks. Nevermind then!