Steps to reproduce
- Create a list with two-digit index
- Create a sublist (indexed or not)
- Create a codeblock and chose the format language
- Write any text under the codeblock
Did you follow the troubleshooting guide? Y
Expected result
The text under the code block should not be formatted as a code.
Actual result
The text under the code block is formatted as the chosen code.
Environment
SYSTEM INFO:
Obsidian version: v1.6.7
Installer version: v1.6.7
Operating system: #40~22.04.3-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 30 17:30:19 UTC 2 6.8.0-40-generic
Login status: logged in
Catalyst license: none
Insider build toggle: off
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: off
Plugins installed: 1
Plugins enabled: 1
1: Remotely Save v0.5.18
Additional information
For example (I’m using '
symbol on purpose):
99. test
1. another test
'''cpp
int a = 3;
'''
example text
(const volatile)
I see as