Skip to content

Commit dfd5fb2

Browse files
skotnicznymarijnh
authored andcommitted
Update line breaking after slash mark
1 parent 9612441 commit dfd5fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/render_latex.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function escapeChar(ch) {
2929
case "~": return "\\textasciitilde "
3030
case "^": return "\\textasciicircum "
3131
case "\\": return "\\textbackslash "
32-
case "/": return "\/\\allowbreak "
32+
case "/": return "\\slash "
3333
default: return "\\" + ch
3434
}
3535
}

0 commit comments

Comments
 (0)