nystudio107 / craft-typogrify

Typogrify prettifies your web typography by preventing ugly quotes and 'widows' and more

Home Page:https://nystudio107.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a way to escape a set of characters when the |typogrify filter is applied?

architchandra opened this issue · comments

In general, I want to have the functionality that Typogrify offers, but in certain situations, I want to use certain patterns liertally that would have otherwise been converted. eg. I want to use (c) in some cases without it getting converted to ©.

I couldn't find anything in the documentation that would help with this (usual escaping characters are not working). I even looked at the php-typgraphy docs but no luck. Maybe I'm missing something obvious.

What should I do?

I'm not really sure offhand, other than you could pass down a custom config in places where you wanted, ala: https://nystudio107.com/docs/typogrify/#advanced-usage

The canonical solution is to wrap the characters to be left alone in an "ignored" class, i.e. with <span class="noTypo"> (based on the default configuration).