Skip to content

Commit

Permalink
find: one more use of mathjax
Browse files Browse the repository at this point in the history
  • Loading branch information
williamstein committed Oct 9, 2024
1 parent 20e504d commit 5f4f80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/frontend/sagews/sagews.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -1347,7 +1347,7 @@ class SynchronizedWorksheet extends SynchronizedDocument2
html = markdown.markdown_to_html(delim + val.tex + delim)
t = $("<div class='sagews-output-tex'>")
t.html(html)
t.find('span.cocalc-katex-error').mathjax(hide_when_rendering:false)
t.find('span.cocalc-katex-error').katex()
output.append(t)

if mesg.raw_input?
Expand Down

0 comments on commit 5f4f80b

Please sign in to comment.