When I try to use markdown nested list, it doesn't work.
E.g.
it shows (it is bullet points, use star to express here)
However, when I check the source code, it looks like normal.
<ul>
<li>A
<ul>
<li>a</li>
<li>b</li>
</ul>
</li>
</ul>
Does anyone know how to fix this?