Skip to content

Commit 3d82186

Browse files
Prevent HTML tags in debug
1 parent 6b66f61 commit 3d82186

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/bif-debug.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,4 +232,13 @@ Prevent HTML tags from being parsed:
232232
```text
233233
{:&debug; data :}
234234
```
235+
236+
Another way to prevent HTML, but be careful, in this case { and } are not escaped:
237+
238+
```text
239+
{:code; {:flg; encode_tags_after :} >>
240+
{:debug; data :}
241+
:}
242+
```
243+
235244
---

0 commit comments

Comments
 (0)