-
Notifications
You must be signed in to change notification settings - Fork 155
MarkdownLint - Improve output by fixing MD022 and MD040 #495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
#496 addresses MD022 for MD040 I see that the schema already has a text block for the language in the Syntax, but it is empty when built. |
Updated commit now also addresses MD040 |
hm. That doesn't seem to work for me :/ |
I am curious about the state of this issue and pull request #496. Is the merge on hold for now, until v2 release? |
This is fixed in Microsoft.PowerShell.PlatyPS v1 |
Sorry to comment after the issue is closed. When I generate documents from my module, the output still doesn't include the newline after the headers. Should this happen with the default configuration or is there a configuration item I need to change? The version I am using is 0.14.2.
After I import my module
|
Right, the is not fixed in v0.14.2. We haven't released Microsoft.PowerShell.PlatyPS v1 to the public yet. It is still in development. |
Markdownlint in VSCode complains about MD022 and MD040 mostly (MD031 as well, but that goes away with fixing MD022)
As far as I can see, these might be fairly easy to implement
MD022 - Headings should be surrounded by blank lines
MD040 - Fenced code blocks should have a language specified
Environment data
v0.14.0
The text was updated successfully, but these errors were encountered: