Home | History | Annotate | Download | only in PHP-SmartyPants-1.5.1e

Lines Matching refs:HTML

39 Description: SmartyPants is a web publishing utility that translates plain ASCII punctuation characters into &#8220;smart&#8221; typographic punctuation HTML entities. This plugin <strong>replace the default WordPress Texturize algorithm</strong> for the content and the title of your posts, the comments body and author name, and everywhere else Texturize normally apply. Based on the original Perl version by <a href="http://daringfireball.net/">John Gruber</a>.
246 # an HTML tag. Add a space to give the quote education algorithm a bit of
407 # Returns: The string, with "educated" curly quote HTML entities.
496 # translated into HTML curly quote entities.
512 # translated into HTML curly quote entities.
529 # an em-dash HTML entity.
542 # an en-dash HTML entity, and each "---" translated to
543 # an em-dash HTML entity.
558 # an em-dash HTML entity, and each "---" translated to
559 # an en-dash HTML entity. Two reasons why: First, unlike the
580 # an ellipsis HTML entity. Also converts the case where
595 # Returns: The string, with each SmartyPants HTML entity translated to
647 # Parameter: String containing HTML markup.
693 punctuation characters into "smart" typographic punctuation HTML
696 * Straight quotes (`"` and `'`) into "curly" quote HTML entities
697 * Backticks-style quotes (` ``like this'' `) into "curly" quote HTML
713 sequence into a decimal-encoded HTML entity:
751 proper HTML entity for closing single-quotes (`&#8217;`) by hand.
766 was not seen as HTML (smart quotes where applied inside).