Remove more markdown that GitHub cannot handle

This commit is contained in:
Jonathan B Coe 2020-06-04 15:05:36 +01:00 committed by GitHub
parent edd630a9ee
commit b448694ab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -235,7 +235,7 @@ namespace MyNamespace { // Namespaces are PascalCase
For example: For example:
```c# {.good} ```c#
int SomeProperty => _someProperty int SomeProperty => _someProperty
``` ```
@ -359,7 +359,7 @@ int SomeProperty => _someProperty
For example: For example:
```c# {.good} ```c#
var x = new SomeClass { var x = new SomeClass {
Property1 = value1, Property1 = value1,
Property2 = value2, Property2 = value2,