pub fn replace(text: &str) -> StringExpand description
Replace the LaTeX characters with Unicode equivalents wherever possible.
This function is a port of the unicodeit library to rust, which tries to exactly mimic the behavior of the original library.