Closed danielparas closed 7 years ago
Hi! Thanks for his plugin. By any chance is there a way to use the filter on plain text? example some similar to this:
<h3>{{testimonialsBlock.heading}}</h3> {{testimonialsBlock.heading | anchor}}
Thanks Daniel
You'd need to do something like this:
{{ ('<h3>' ~ testimonialsBlock.heading ~ '</h3>') | anchors }}
Hi! Thanks for his plugin. By any chance is there a way to use the filter on plain text? example some similar to this:
Thanks Daniel