diff options
| author | Andrew Ryan Davis <AndrewDavis1191@gmail.com> | 2020-08-06 14:45:02 -0700 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-06 14:45:02 -0700 | 
| commit | b70f50c666da9358d1f5b9a0b7745464453126a7 (patch) | |
| tree | a2bfae36f293505fae3fbfc685ea9869fdf6b88d /qsharp.html.markdown | |
| parent | 983a48226a7e03ab44e0f363593b000f242d7fe9 (diff) | |
Fixing that pesky multi-line
Diffstat (limited to 'qsharp.html.markdown')
| -rw-r--r-- | qsharp.html.markdown | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/qsharp.html.markdown b/qsharp.html.markdown index 16f7f96d..034af3c9 100644 --- a/qsharp.html.markdown +++ b/qsharp.html.markdown @@ -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. | 
