Skip to content
Discussion options

You must be logged in to vote

I have an equation that was rendered just fine within visual editing mode of Rstudio:
(...)
But when I rendered the html, it was not:

I think this comes from the fact that RStudio IDE may still use Mathjax 2.7 while Quarto HTML uses Mathjax 3 by default.

Try this document

---
title: "Reproducible Quarto Document"
format: html
html-math-method: 
  method: mathjax
  url: "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-AMS-MML_HTMLorMML"
---

$$
i = 1,…,5 \ \text{ (Task #)}
$$

This should show the equation correctly in the HTML

I think this is related upstream to

Maybe you can open one specific to visual editor if no…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@venpopov
Comment options

Comment options

You must be logged in to vote
1 reply
@venpopov
Comment options

Answer selected by venpopov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
editors Issues with editing in text editors, IDEs, etc math any issue related to math support in specific formats
3 participants