chocolatey / package-validator

Windows service to validate packages conform to package standards
Apache License 2.0
31 stars 29 forks source link

(GH-194) Add rule and tests for markdown headings #195

Closed gep13 closed 4 years ago

gep13 commented 4 years ago

To validate that any headings used within the Description field of the nuspec file contains valid markdown syntax. Before the update to the chocolatey.org website, it would correctly render a heading that used:

Heading 1

However, this is accurately against the markdown spec, and instead should be written as follows:

Heading 1

This new rule, will provide a Guideline in the package valdiator output to suggest that the correct syntax be used.

gep13 commented 4 years ago

Relates to #194