Ryooo
February 29, 2024, 12:55am
1
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.
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?
Ryooo
March 2, 2024, 10:49am
3
# 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:
Going through the same things here.
test.md (562 Bytes)
And I think it’s different from that post .