Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/digging_deeper/creating-custom-tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ edge.registerTag(reverse)
*/
const output = await edge.renderRaw('@reverse()')

console.log(output) // I am the reverse tag
console.log(output) // Hello from reverse tag
```

- `block`: The `block` flag creates a block-level Edge tag which must be used with an opening and a closing statement. For example: The `@if` and `@each` tags are block-level.
Expand Down