Nested quotation with code block rendered incorrectly in Live Preview, but works in Reading View

Steps to reproduce

Create a Sandbox Vault, paste these markdown content in a new .md file.

##### ==This== `is` an **normal** <u>title</u>.

> This quotation block contains an arbitrary code block.
>
> ```java
> public class OrderCounter{
>     int OrderCounter(Map<String,List<String>> orders){
>         // ...
>     }
> }
> ```

##### This title should be unrelated to the content above, but it is not rendered as expected in Live Preview. But it works properly in Reading View, as you see in this Obsidian Forum.

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

Expected result

The quotation block should be rendered correctly in both Live Preview and Reading View like this:

Actual result

The quotation block isn’t rendered correctly in Live Preview. What’s worse, it stopped rendering contents below like this:

Environment

SYSTEM INFO:
	Obsidian version: v1.8.9
	Installer version: v1.8.4
	Operating system: Windows 10 Pro 10.0.19045
	Login status: logged in
	Language: zh
	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

Nope.

Maybe this?

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.