«> 19. TEXT» is rendered as «> 1. TEXT» Is it a markdown parser bug?

  1. TEXT

Discourse editor:

dillinger.io editor

1개의 좋아요

Discourse hasn’t moved to commonmark yet, but it seems to be fixed there, so when they do it should solve this.

Tested at

6개의 좋아요

If you need to know, the common workaround for this is to backslash escape the period.

19\. TEXT =>

19. TEXT

4개의 좋아요