From b70f50c666da9358d1f5b9a0b7745464453126a7 Mon Sep 17 00:00:00 2001 From: Andrew Ryan Davis Date: Thu, 6 Aug 2020 14:45:02 -0700 Subject: Fixing that pesky multi-line --- qsharp.html.markdown | 6 ++++-- 1 file 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. -- cgit v1.2.3