Skip to content

Commit

Permalink
Fixed wrong description of <# ... #>
Browse files Browse the repository at this point in the history
  • Loading branch information
fadado committed Jul 31, 2020
1 parent 71b15a4 commit 00d1204
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/content/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Some fragments of text are skipped during macro expansion, like comments,
continuation lines and arbitrary but delimited strings of characters:

```
<# Block comments, removed, must end in newline (also removed) #>
<# Block comments, removed #>
Continuation lines using an ampersand &
just before the newline character
```
Expand All @@ -179,7 +179,7 @@ This table summarizes all the available skips:
Delimiters Macro expansion Delimiters removed Content removed
------------- --------------- ------------------ ---------------
`&\n`[^1] No Yes There is no content
`<#` `#>\n` No Yes Yes
`<#` `#>` No Yes Yes
`'` `'`[^2] No Yes No
`"` `"`[^3] Yes Yes No
`<!--` `-->` No No No
Expand Down
2 changes: 1 addition & 1 deletion docs/content/structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Some fragments of text are skipped during macro expansion, like comments,
continuation lines and delimited strings of characters:

```
<# Block comments, removed, must end in newline (also removed) #>
<# Block comments, removed #>
Continuation lines using an ampersand &
just before the newline character
```
Expand Down

0 comments on commit 00d1204

Please sign in to comment.