Accept markdown long descriptions
See original GitHub issueIf a setup configuration tells long_description_content_type="text/markdown"
, then the long description should be checked for Markdown validity instead of ReST validity.
For example in pospell: https://github.com/JulienPalard/pospell/blob/master/setup.py#L13
PyPI renders it correctly: https://pypi.org/p/pospell
But pyroma whines:
pyroma .
------------------------------
Checking .
Found pospell
------------------------------
Your long_description is not valid ReST:
<string>:41: (ERROR/3) Unexpected indentation.
<string>:39: (WARNING/2) Inline literal start-string without end-string.
<string>:52: (WARNING/2) Inline emphasis start-string without end-string.
<string>:55: (WARNING/2) Inline strong start-string without end-string.
<string>:55: (WARNING/2) Inline emphasis start-string without end-string.
<string>:57: (WARNING/2) Option list ends without a blank line; unexpected unindent.
<string>:59: (WARNING/2) Definition list ends without a blank line; unexpected unindent.
<string>:59: (WARNING/2) Inline literal start-string without end-string.
<string>:59: (WARNING/2) Inline interpreted text or phrase reference start-string without end-string.
------------------------------
Final rating: 9/10
Cottage Cheese
------------------------------
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Extended Syntax | Markdown Guide
The basic Markdown syntax allows you to create code blocks by indenting lines by four spaces or one tab. If you find that...
Read more >Markdown Syntax Documentation
To this end, Markdown's syntax is comprised entirely of punctuation characters, which punctuation characters have been carefully chosen so as to look like...
Read more >Handbook Markdown Guide - GitLab
Read through our Markdown kramdown Style Guide! ... Use panels when your description contains more than one paragraph, or a long paragraph.
Read more >Improving The Accessibility Of Your Markdown
In Markdown, an alternate description is placed in between the opening and ... This little detail can go a long way to helping...
Read more >How to wrap long lines inside of markdown ``` code ``` in ...
This should be accepted as the answer, easiest way to do this. – Guillochon. Apr 8, 2021 at 14:11. 5.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Version 2.6 was released a couple of days ago. I can confirm it solves this issue.
Is there a timeline for the 2.6 release?