Indentation code blocks display different rendering effects

Steps to reproduce

Indent code blocks marked as Python render syntax normally, but those marked as properties do not. see blow:

It seems that only those marked as ‘properties’ would cause this problem.

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

Y

Expected result

Maybe they should have the same rendering effects.

Actual result

Environment

win11, obsidian v1.5.8,no css and style-related plugin.


Additional information

Could you paste that example text here in a code block (using 4 backticks so it preserves the code blocks that are in the text) so others can test it?


# test heading 1

- Test
	- Test
		- Test python
		```python
		print('hello')
		```

# test heading 2

- Test
	- Test
		- Test properties
		```properties
		test
		```

# test heading 3 

1 Like

This could maybe be added to: