Skip to content

Commit

Permalink
Update katex.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hugtalbot authored Aug 9, 2024
1 parent aa0dc22 commit e2858ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascripts/katex.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ document$.subscribe(({ body }) => {
{ left: "$$", right: "$$", display: true },
{ left: "$", right: "$", display: true },
{ left: "\\(", right: "\\)", display: false },
{ left: "\\[", right: "\\]", display: false }
{ left: "\\[", right: "\\]", display: true }
],
})
})

0 comments on commit e2858ba

Please sign in to comment.