Doraku / DefaultDocumentation

Create a simple markdown documentation from the Visual Studio xml one.
MIT No Attribution
157 stars 26 forks source link

Markdown code tag should use ```csharp instead of ```C# #10

Closed lazlo-bonin closed 4 years ago

lazlo-bonin commented 4 years ago

Most Markdown flavors, including GitHub Flavored Markdown, do not recognize C# as a language.

Some recognize cs, but most recognize the more explicit csharp.

The generated markdown should therefore use blocks like:

```csharp

Instead of:

```C#
Doraku commented 4 years ago

5483cfeb2f4c82a2d6a26c645fd4f8f7ea77804c