You are here

constant SMARTYPANTS_TAGS_TO_SKIP in Typogrify 6

Same name and namespace in other branches
  1. 7 smartypants.php \SMARTYPANTS_TAGS_TO_SKIP
5 uses of SMARTYPANTS_TAGS_TO_SKIP
convert_characters in ./unicode-conversion.php
Perform character conversion.
SmartDashes in ./smartypants.php
SmartEllipses in ./smartypants.php
SmartQuotes in ./smartypants.php
SmartyPants in ./smartypants.php

File

./smartypants.php, line 21
smartypants.php SmartyPants - Smart punctuation for web sites

Code

define('SMARTYPANTS_TAGS_TO_SKIP', '@<(/?)(?:pre|code|kbd|script|math)[\\s>]@');