Skip to content

Commit 97acd89

Browse files
committed
Add missing ASCIIMath-fi to braille_mathml. Partially addresses #498.
1 parent ffe4e4b commit 97acd89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/braille.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ pub fn braille_mathml(mathml: Element, nav_node_id: &str) -> Result<(String, usi
5252
"Swedish" => swedish_cleanup(pref_manager, braille_string),
5353
"LaTeX" => LaTeX_cleanup(pref_manager, braille_string),
5454
"ASCIIMath" => ASCIIMath_cleanup(pref_manager, braille_string),
55+
"ASCIIMath-fi" => ASCIIMath_cleanup(pref_manager, braille_string),
5556
_ => braille_string.trim_matches('⠀').to_string(), // probably needs cleanup if someone has another code, but this will have to get added by hand
5657
};
5758

0 commit comments

Comments
 (0)