File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff 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
4446The closing tags that are supported are:
4547- ` %> ` - Normal closing tag
Original file line number Diff line number Diff 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
180182The closing tags that are supported are:
181183- ` %> ` - Normal closing tag
You can’t perform that action at this time.
0 commit comments