Numbered list after bullets turns into bullets

When you use the following markup:

* This is a bullet list
* With some items

1. This is a numbered list
2. With some items
3. But it displays as bullets

You get this:

  • This is a bullet list
  • With some items
  1. This is a numbered list
  2. With some items
  3. But it displays as bullets

Unless you put something else between them

  • This is a bullet list
  • With some items

Something else

  1. This is a numbered list
  2. With some items
  3. And it displays correctly now
إعجاب واحد (1)

Seems this will be fixed when commonmark is implemented.

6 إعجابات

And it now works :heart_eyes:

4 إعجابات