Skip to content
Snippets Groups Projects
Unverified Commit f708dd67 authored by Michael Aaron Murphy's avatar Michael Aaron Murphy Committed by GitHub
Browse files

Merge pull request #599 from bheesham/fix/doc-multi-line-comments

Add code block for multi-line comments in the docs.
parents 82a75970 84981194
No related branches found
No related tags found
No related merge requests found
...@@ -4,8 +4,8 @@ If a comment needs to contain newlines, you may do so by having an open quote, a ...@@ -4,8 +4,8 @@ If a comment needs to contain newlines, you may do so by having an open quote, a
begin parsing supplied commands that are terminated. Either double or single quotes may be used begin parsing supplied commands that are terminated. Either double or single quotes may be used
for this purpose, depending on which quoting rules that you need. for this purpose, depending on which quoting rules that you need.
```ion
echo "This is the first line echo "This is the first line
this is the second line this is the second line
this is the third line" this is the third line"
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment