zestsoftware / zest.releaser

Python software releasing made easy and repeatable
https://zestreleaser.readthedocs.io
GNU General Public License v2.0
198 stars 62 forks source link

Support Markdown file validation under longtest #363

Closed nazrulworld closed 1 year ago

nazrulworld commented 3 years ago

Hi, I am always used to the tool longtest to validate files that are included in setup.py. I am wondering if it is possible to validate Markdown files in the same way.

Thanks

mauritsvanrees commented 3 years ago

I hardly ever use this command anymore. Instead I use restview --long-description, or restview CHANGES.rst if I expect problems in that file. See https://pypi.org/project/restview/

Other options:

I am not sure how well those handle MarkDown. I am still only using restructured text, though that may change.