pypa / readme_renderer

Safely render long_description/README files in Warehouse
Apache License 2.0
158 stars 89 forks source link

Allow `start` attribute in ordered lists #216

Closed mondeja closed 2 years ago

mondeja commented 2 years ago

Ordered lists can take a start attribute which specify the value of the first item in the list.

Fixes #207

di commented 2 years ago

Hi @mondeja, can you add a test for this?

mondeja commented 2 years ago

Added in https://github.com/pypa/readme_renderer/pull/216/commits/45ae6dd2671f2abb057a868f53f481b9d1652549

di commented 2 years ago

Thanks!