-
fully integrate mathjax to allow also pasting of latex and word mathML.
-
When reconstructing technical arguments, it would nice to have the full set of mathemtical symbols and syntax available. Maybe this could be achieved through integrating MathJax in Argdown?
```
…
-
Any plan on supporting MathJax?
-
```
If MathJax/JSMath can be supported, we will have a best of both worlds ..
because of quick visual feedback (needed only for equations, not for whole
environments etc.), it would be a perfect not…
-
```
If MathJax/JSMath can be supported, we will have a best of both worlds ..
because of quick visual feedback (needed only for equations, not for whole
environments etc.), it would be a perfect not…
-
```
If MathJax/JSMath can be supported, we will have a best of both worlds ..
because of quick visual feedback (needed only for equations, not for whole
environments etc.), it would be a perfect not…
-
```
If MathJax/JSMath can be supported, we will have a best of both worlds ..
because of quick visual feedback (needed only for equations, not for whole
environments etc.), it would be a perfect not…
-
Thanks very much for providing this cool tool. I really love it. And I think It would be better if it could support MathJax so that I can read my markdown files with equations.
Yang
-
I'm on quarto 1.4.4 and somehow I am still getting this error: (edit: similar to #167)
```
> options(browser=\(url) cat(paste0(url, "\n")))
> quarto::quarto_preview("report.qmd")
processing fi…
cderv updated
2 months ago
-
### Issue Summary
Try the following with MathJax 3:
```html
a
𝐸
b
$a \mathrel{E} b$
```
The first `a E b` is rendered with no spacing, unlike the second one…