Hello @minhh2792 ,
I just checked BlogMate theme by putting nested under order list inside classic Gutenberg block and confirm that it’s working properly. See screenshot https://prnt.sc/mAgeVRq7H-Nr
Make sure you have put the list in correct format like:
<ul>
<li>Fruits
<ul>
<li>Apple</li>
<li>Banana</li>
<li>Orange
<ul>
<li>Naval</li>
<li>Blood</li>
</ul>
</li>
</ul>
</li>
<li>Vegetables
<ul>
<li>Carrot</li>
<li>Broccoli</li>
<li>Spinach</li>
</ul>
</li>
<li>Grains
<ul>
<li>Rice</li>
<li>Wheat</li>
<li>Quinoa</li>
</ul>
</li>
</ul>
If you have put the list in correct format and it still not showing properly please share your site URL ( where you use this list ) We’ll check it.
Thank you