Hi Bob,
i have it installed and already used it to do simple inline equations but take for example the matrix environment. Under latex i would do something like
\begin{matrix}
\alpha& \beta\\\gamma& \delta\end{matrix}
But how would the syntax in Katex look like? Should i do
$$
\matrix
\alpha& \beta\\
\gamma& \delta
\matrix
$$
Or is it exactly like Latex
$$
\begin{matrix}
\alpha& \beta\\
\gamma& \delta
\end{matrix}
$$
I miss information on that detail on the page with the supported functions,
Kind regards,
KB