In my source MD file, I have the following list. Note that there's no indentation for the unordered list. (It is a mistake and I've fixed it.)
1. text
2. text
* text
* text
Even without indentation, the CommonMark spec requires the formatting to be as shown below.
The output generated by MkDocs is below and isn't desired. Is this a deviation from the expected and hence a bug?

In my source MD file, I have the following list. Note that there's no indentation for the unordered list. (It is a mistake and I've fixed it.)
Even without indentation, the CommonMark spec requires the formatting to be as shown below.
The output generated by MkDocs is below and isn't desired. Is this a deviation from the expected and hence a bug?