We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de02fcc commit fbfcb39Copy full SHA for fbfcb39
mathicsscript/termshell.py
@@ -81,6 +81,7 @@
81
# ...
82
"": "→",
83
"": "↔",
84
+ "": "𝑑",
85
}
86
87
wl_replace_dict_esc = dict((re.escape(k), v) for k, v in wl_replace_dict.items())
0 commit comments