v1.1.12 prints the raw HTML to the browser
sjenset opened this issue · comments
Svein Erik Jenset commented
I have the following TWIG-code in my template:
<h1 class="entry__title" data-dynamic-font-size>{{ entry.title|typogrify(true) }}</h1>
In v1.1.11 it outputs as such (when viewed in the browser):
However, in v1.1.12 it outputs as such:
The only thing that has changed in the project is the tyopgrify version, and it can be reproduced by alternating between v1.1.11 and v1.1.12 consitently.
Andrew Welch commented
Thanks, this is a regression, I will address it.
Andrew Welch commented
Fixed in 1.1.13: https://github.com/nystudio107/craft-typogrify/releases/tag/1.1.13