Ejemplo n.º 1
0
 /**
  * Runs $text through a Markdown translator, then a SmartyPants translator,
  * returning the translated text.
  *
  * @param string $text The text to translate.
  * @return string The translated text.
  * @access public
  */
 public function smartdown($text)
 {
     return BedrockString::smartdown($text);
 }