Skip to content

Commit 2d2174d

Browse files
committed
mention comments too
1 parent 347c322 commit 2d2174d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ The opening tags that are supported are:
4040
- Examples: `<%! safeHTML %>`, `<%! %t someBool %>`, `<%! props.Value %>`
4141
- `<%@` - Start of a command block; Either `@render` or `@children`
4242
- Examples: `<%@ render ExampleChild(props ChildProps) { %>`, `<%@ children %>`
43+
- `<%#` - Start of a comment; the content will be ignored
44+
- Examples: `<%# This is a comment %>`
4345

4446
The closing tags that are supported are:
4547
- `%>` - Normal closing tag

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ The opening tags that are supported are:
176176
- Examples: `<%! safeHTML %>`, `<%! %t someBool %>`, `<%! props.Value %>`
177177
- `<%@` - Start of a command block; Either `@render` or `@children`
178178
- Examples: `<%@ render ExampleChild(props ChildProps) { %>`, `<%@ children %>`
179+
- `<%#` - Start of a comment; the content will be ignored
180+
- Examples: `<%# This is a comment %>`
179181

180182
The closing tags that are supported are:
181183
- `%>` - Normal closing tag

0 commit comments

Comments
 (0)