dotnet / roslyn-analyzers

MIT License
1.56k stars 462 forks source link

Fix Markdown files for Visual Studio #7260

Open paulomorgado opened 3 months ago

paulomorgado commented 3 months ago

I don't know if it's an issue with Visual Studio itself, but the content of the documentation/Microsoft.CodeAnalysis.NetAnalyzers.md for:

|Item|Value|
|-|-|
|Category|Design|
|Enabled|True|
|Severity|Hidden|
|CodeFix|False|
---

shows as:

image

To be correctly displayed, it needs to be changed to:

|Item|Value|
|-|-|
|Category|Design|
|Enabled|True|
|Severity|Hidden|
|CodeFix|False|

---

image