From b448694ab3357f0c30ff816987157e378e73d884 Mon Sep 17 00:00:00 2001 From: Jonathan B Coe Date: Thu, 4 Jun 2020 15:05:36 +0100 Subject: [PATCH] Remove more markdown that GitHub cannot handle --- csharp-style.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csharp-style.md b/csharp-style.md index 417e499..dcbb853 100644 --- a/csharp-style.md +++ b/csharp-style.md @@ -235,7 +235,7 @@ namespace MyNamespace { // Namespaces are PascalCase For example: -```c# {.good} +```c# int SomeProperty => _someProperty ``` @@ -359,7 +359,7 @@ int SomeProperty => _someProperty For example: -```c# {.good} +```c# var x = new SomeClass { Property1 = value1, Property2 = value2,