johannhof / markdown.rs

Rust Markdown parsing library
Apache License 2.0
136 stars 44 forks source link

Implement generating markdown for ordered lists #42

Open mjkoo opened 3 years ago

mjkoo commented 3 years ago

Hello, did the straightforward thing to enable ordered list generation in a project I'm working on. As the actual numbers etc. don't matter for ordered lists in markdown, can just emit num_type as the list type and get sane results I think.