We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4ed4b commit 83ac8adCopy full SHA for 83ac8ad
content/collections/docs/antlers.md
@@ -372,6 +372,21 @@ home of the @{{ fast_food_chain_specialty_item }},
372
can I take your order?
373
```
374
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
390
## Tags {#tags}
391
392
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