-
### Before reporting:
- [X] Ensure that the issue is reproducable on the main branch.
- [X] Ensure that there isn't an issue on this(either open or closed).
### Problem:
Firstly, great plugi…
-
I've been playing with getting Frog to work with MathJax 3. As best I can tell currently this requires two changes:
- The `math-jax` widget needs a way of not asking for a configuration as this se…
-
This is a pretty fancy markdown engine: http://fletcherpenney.net/multimarkdown/
It supports the basic markdown features, plus:
- footnotes
- tables
- citations and bibliography (works best in LaTeX…
-
I need to enable rendering of $ or $$ within a markdown component. I noticed that Hyperdiv uses Mistune v2. I wonder, why not leverage v3, which offers built-in support for math plugins?
Subsequent…
lmsh7 updated
4 months ago
-
## Problem
TOC entries for headers containing inline LaTeX are wrongly generated:
```markdown
1. [$\\mathrm{gcd}(a, b)$](#mathrmgcda-b)
# $\mathrm{gcd}(a, b)$
```
Here, it should have be…
-
This md editor doesn't support LateX, see example below. Would you enhance to support LateX?
$$E=mc^2$$
Thanks!
houcy updated
3 years ago
-
### Describe the problem
Pandas DataFrames support LaTeX formatting in column labels, and this is rendered properly in Jupyter Notebooks, but Jupyter Book does not seem to render this in the final …
-
Hi, would you be open to the following amendment?
```
try {
var html = katex.renderToString(expr);
} catch(err) {
var html = "" + err + "";
}
```
I'm using supermarked with instant-markdown-…
-
## Proposal
Can you add some basic support for theorem environment? E.g.
```
::: {.theorem #label name="name"}
math: $\pi$
```
or
```
\label{label}
math: $\pi$
```
Then, I can use p…
-
### Describe the bug
**context**
I was experimenting with math examples. I defined a simple integral via
```python
import sympy as sy
x = sy.Symbol('x')
expr = x**2 + x + 1
I = sy.Integral(…