Fixing that pesky multi-line

This commit is contained in:
Andrew Ryan Davis 2020-08-06 14:45:02 -07:00 committed by GitHub
parent 983a48226a
commit b70f50c666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,10 +14,12 @@ This is the new outline
```C#
// Single-line comments start with //
*//
/*
/
Multi-line comments
like so
\*/
\
*/
// Note: Using C# multi-line around Q# because there doesn't appear to be a markdown formatter yet.