We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b66f61 commit 3d82186Copy full SHA for 3d82186
doc/bif-debug.md
@@ -232,4 +232,13 @@ Prevent HTML tags from being parsed:
232
```text
233
{:&debug; data :}
234
```
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
244
---
0 commit comments