pypa / readme_renderer

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

Added command line support for markdown and text files. #198

Closed mforbes closed 1 year ago

mforbes commented 3 years ago

Alternative PR to #197 which includes command-line support for all supported formats dispatched based on file name extension. Resolves issue #196 gracefully.

miketheman commented 1 year ago

Implemented via #271