Skip to content

Commit 83ac8ad

Browse files
aryehraberjackmcdade
authored andcommitted
Update antlers.md (#381)
1 parent be4ed4b commit 83ac8ad

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

content/collections/docs/antlers.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,21 @@ home of the @{{ fast_food_chain_specialty_item }},
372372
can I take your order?
373373
```
374374

375+
In certain cases you may need to reach for the `noparse` modifier instead.
376+
377+
Content:
378+
```
379+
text: |
380+
Welcome to {{ fast_food_chain }},
381+
home of the {{ fast_food_chain_specialty_item }},
382+
can I take your order?
383+
```
384+
385+
Template:
386+
```
387+
{{ text | noparse }}
388+
```
389+
375390
## Tags {#tags}
376391

377392
Tags (as a proper noun) are tags that _do stuff_. Depending on the Tag, that can mean different things. Here's a few examples:

0 commit comments

Comments
 (0)