I’m relatively new to Obsidian and until now I didn’t used any snippets or external plugins. Anyway I’ve create this snippet:
ul li {
list-style-type: disc;
}
ul ul li {
list-style-type: circle;
}
ul ul ul li {
list-style-type: square;
}
it’s works, still I think it should be baked in by default.