We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
braille_mathml
1 parent ffe4e4b commit 97acd89Copy full SHA for 97acd89
1 file changed
src/braille.rs
@@ -52,6 +52,7 @@ pub fn braille_mathml(mathml: Element, nav_node_id: &str) -> Result<(String, usi
52
"Swedish" => swedish_cleanup(pref_manager, braille_string),
53
"LaTeX" => LaTeX_cleanup(pref_manager, braille_string),
54
"ASCIIMath" => ASCIIMath_cleanup(pref_manager, braille_string),
55
+ "ASCIIMath-fi" => ASCIIMath_cleanup(pref_manager, braille_string),
56
_ => braille_string.trim_matches('⠀').to_string(), // probably needs cleanup if someone has another code, but this will have to get added by hand
57
};
58
0 commit comments