hoedown/hoedown

support numbered lists

Closed this issue · 2 comments

Surprisingly, I just now realized that hoedown doesn't seem to support numbered lists. For example, if I do this in Pandoc:

1. one
2. two
3. three

It would recognize that as a numbered list and produce an ordered list with those numbers. Even Github-flavored Markdown does this:

  1. one
  2. two
  3. three

I took this completely for granted which is why I'm really surprised to have barely learned now that hoedown doesn't support this. I use numbered lists a lot and they're all just showing up as unordered lists.

I do see HOEDOWN_LIST_ORDERED, so I'm going to investigate. I wonder if I'm causing it to not work somehow.

Yeah I think it's on my end, since the tests clearly show ordered lists working.