TIMath23 / TIM

TIM (The Interactive Material) is an open-source cloud-based platform for creating interactive learning documents.
https://tim.education/view/about/en-US
MIT License
0 stars 0 forks source link

Add support to formula inside another formul type #221

Closed janmatla closed 1 year ago

janmatla commented 1 year ago

For example

$$
\begin{align*}
1+1=2
\end{align*}
$$

should work as fine as

\begin{align*}
1+1=2
\end{align*}