Double digit lists and nested codeblocks

Steps to reproduce

  1. Create a list with two-digit index
  2. Create a sublist (indexed or not)
  3. Create a codeblock and chose the format language
  4. 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

Is there an answer for my problem?

thanks