progsource / maddy

C++ Markdown to HTML header-only parser library
MIT License
194 stars 39 forks source link

orderedlistparser: Add parsing support for fully numeric markdown lists #34

Closed solodolo closed 3 years ago

solodolo commented 3 years ago

This allows Markdown lists that are fully numeric like

  1. a
  2. b
  3. c

to be correctly parsed into an ordered HTML list. Does not try to maintain the numeric order of list entries.

progsource commented 3 years ago

Thank you for your contribution!