Skip to content
Open
2 changes: 1 addition & 1 deletion build/guppy.js
Original file line number Diff line number Diff line change
Expand Up @@ -5277,7 +5277,7 @@ var Guppy = (function () {
output: {
latex: "\\dfrac{{$1}}{{$2}}",
small_latex: "\\frac{{$1}}{{$2}}",
asciimath: "({$1})/({$2})"
asciimath: "{$1}/{$2}"
},
input: 1,
keys: ["/"],
Expand Down
2 changes: 1 addition & 1 deletion build/guppy.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sym/symbols.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
{"output":{
"latex":"\\dfrac{{$1}}{{$2}}",
"small_latex":"\\frac{{$1}}{{$2}}",
"asciimath":"({$1})/({$2})"},
"asciimath":"{$1}/{$2}"},
"input":1,
"keys":["/"],
"attrs":{
Expand Down