-
Notifications
You must be signed in to change notification settings - Fork 469
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
Update the code fix to respect markdown rules #4131
Comments
@Youssef1313 Do you want to handle the ticket? |
@Evangelink I'm not very familiar with this area and how exactly it works. So I think someone else can get it faster than me. But if it became a stale for a while, I'll probably give it a try. |
I'll take care of it :) |
@mavasani Shall I use |
@Evangelink The fixer currently appends Line 438 in b148fa8
roslyn-analyzers/src/Microsoft.CodeAnalysis.Analyzers/Core/MetaAnalyzers/ReleaseTrackingHelper.cs Line 49 in 5102a0d
|
Thanks @Youssef1313! I wrote my comment before looking at the code and then thought it was a stupid question but felt weird to delete my comment afterward. |
@Youssef1313 do you recall if there was anything else than the header blank line that wasn't covered? |
@Evangelink I don't. But we'll know when markdownlint is enabled. |
@mavasani FYI, the code that generates this need to be updated to respect markdown rules, i.e. leave blank lines around headings.
See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md022---headings-should-be-surrounded-by-blank-lines
Originally posted by @Youssef1313 in #4126 (comment)
The text was updated successfully, but these errors were encountered: