Beispiel #1
0
 /**
  * Put custom tags (e.g. -{ }-) around math to prevent conversion
  *
  * @param string $text
  * @return string
  * @deprecated since 1.22 is no longer used
  */
 public function armourMath($text)
 {
     return $this->mConverter->armourMath($text);
 }