-
I am looping through my collections to output a JSON file. 11ty is giving me HTML entities in the output, even though the file is written in markdown. I can't figure out why or how to strip them from the output. Loop parsing over markdown files.
Results
Filter
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Try reversing the order of your "text" : "{{ item.templateContent | algExcerpt | safe }}" |
Beta Was this translation helpful? Give feedback.
Try reversing the order of your
safe
andalgExcerpt
filters: