summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--qsharp.html.markdown6
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.