@@ -302,6 +305,26 @@ function F_mathml_callback($matches) {
return$mathml;
}
/**
* Callback function for preg_replace_callback (html replacement).
* Returns replacement code for html code.
* @param $matches (string) array containing matches: $matches[0] is the complete match, $matches[1] the match for the first subpattern enclosed in '(...)' (the html code)