Added degree substitution

pull/2/head
Mark 2023-08-02 09:49:13 -07:00
parent aa0dbaa57c
commit aa94df1df1
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 3 additions and 0 deletions

View File

@ -74,6 +74,9 @@ pub fn find_subs(
"g_zero" => {Some("g₀")},
"mu_zero" => {Some("μ₀")},
"h_bar" => {Some("")},
// Misc
"deg" => {Some("°")}
_ => {None}
};