You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
letmut error_message = "".to_string();// can't return a result inside the replace_all, so we do this hack of setting the message and then returning the error
182
-
// need to deal with character data and convert to something the parser knows
182
+
183
183
let mathml_str = XML_COMMENT.replace_all(&mathml_str,"");
184
184
let mathml_str = PROCESSING_INSTRUCTION.replace_all(&mathml_str,"");
0 commit comments