dennisdoomen / CSharpGuidelines

A set of coding guidelines for C# 9.0, design principles and layout rules for improving the overall quality of your code development.
https://www.csharpcodingguidelines.com
Other
746 stars 271 forks source link

Bug: quoted formatting is not applied in titles on csharpcodingguidelines.com #209

Closed bkoelman closed 2 years ago

bkoelman commented 4 years ago

image

dennisdoomen commented 4 years ago

That's weird. Nothing has been changed on the underlying infrastructure.

bkoelman commented 2 years ago

This and https://github.com/dennisdoomen/CSharpGuidelines/pull/230#issuecomment-1028267678 could be caused by:

https://github.com/dennisdoomen/CSharpGuidelines/blob/4ad2ebe71296a1d6e70d2f22f7b997edcd9e257d/Build/default.ps1#L108

Because the title gets wrapped in an HTML tag, I suspect this results in upstream tooling to skip formatting. However I know very little of the tooling used to generate the website, so I may be wrong entirely.