Skip to content

Commit e84437b

Browse files
Add 🢲 to REPL syntax
1 parent d0197b2 commit e84437b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/REPL/src/latex_symbols.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,7 @@ const latex_symbols = Dict(
517517
"\\mapsto" => "",
518518
"\\hookleftarrow" => "",
519519
"\\hookrightarrow" => "",
520+
"\\hookunderrightarrow" => "🢲",
520521
"\\looparrowleft" => "",
521522
"\\looparrowright" => "",
522523
"\\leftrightsquigarrow" => "",

0 commit comments

Comments
 (0)