Cannot escape backticks in inline code within a blockquote in editing mode

Steps to reproduce

Paste the following into the sandbox:

Backticks in codeblock within blockquote:

> ````
> ```
> foo bar
> ```
> ````

Backticks in inline code within blockquote:

> `` foo`bar `` Still code here...

(It seems the obsidian.md Markdown renderer has a similar issue…)

Did you follow the troubleshooting guide? Y

Expected result

foo`bar No longer code style.

Actual result

foobar Still code style here...

Environment

SYSTEM INFO:
	Obsidian version: v1.5.3
	Installer version: v1.5.3
	Operating system: Windows 10 Pro 10.0.22631
	Login status: not logged in
	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

Only noticed the escaping issue when within blockquotes, and in particular, when in editing mode, preview and source (reading mode is unaffected). Bug could be manifesting in other scenarios.

Thanks.

ok, thanks

I can reproduce bug on Android.