sdk_style.md: source code blocks formatting

This commit is contained in:
Yann Cébron 2020-04-22 15:04:31 +02:00
parent 7bead165bc
commit 1ef40127a7

View File

@ -145,6 +145,8 @@ Source code can be represented by using [GitHub Flavoured Markdown](https://help
// Source code goes here...
```
Source code blocks must have one blank line before and after them.
Syntax highlighting can be applied by specifying the language after the first set of ticks:
```csharp