mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-20 05:21:26 +02:00
Fixing that pesky multi-line
This commit is contained in:
committed by
GitHub
parent
983a48226a
commit
b70f50c666
@@ -14,10 +14,12 @@ This is the new outline
|
|||||||
```C#
|
```C#
|
||||||
// Single-line comments start with //
|
// Single-line comments start with //
|
||||||
|
|
||||||
*//
|
/*
|
||||||
|
/
|
||||||
Multi-line comments
|
Multi-line comments
|
||||||
like so
|
like so
|
||||||
\*/
|
\
|
||||||
|
*/
|
||||||
|
|
||||||
// Note: Using C# multi-line around Q# because there doesn't appear to be a markdown formatter yet.
|
// Note: Using C# multi-line around Q# because there doesn't appear to be a markdown formatter yet.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user