Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Math Formulas do not render in panel. #721

Open
Schmitt-A opened this issue Dec 7, 2024 · 0 comments
Open

Math Formulas do not render in panel. #721

Schmitt-A opened this issue Dec 7, 2024 · 0 comments

Comments

@Schmitt-A
Copy link

Hello!

I have a small problem.

Markdown:

==- Math?

This is a collapsed Panel with Math.

Inline syntax:
$\displaystyle \left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)$

Block syntax:
$$
\displaystyle {1 +  \frac{q^2}{(1-q)}+\frac{q^6}{(1-q)(1-q^2)}+\cdots }= \prod_{j=0}^{\infty}\frac{1}{(1-q^{5j+2})(1-q^{5j+3})}, \quad\quad \text{for }\lvert q\rvert<1.
$$

===

Result:

panel-math

Is this an issue, or am I misunderstanding Markdown syntax? I’ve looked through various documentation sources but haven’t found a solution.

Thanks
Andreas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant