-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Vertical and horizontal lines are not rendering in fractions and some other elements. I attached screenshots of what's showing up when I try to render the following latex.
<Latex displayMode={true}>{String.raw`$$\cfrac{a}{1 + \cfrac{1}{b}}$$`}</Latex>What's rendering:
What should be rendered:

<Latex displayMode={true}>{String.raw`$$ \def\arraystretch{1.5}
\begin{array}{c:c:c}
a & b & c \\ \hline
d & e & f \\
\hdashline
g & h & i
\end{array} $$`}</Latex>Metadata
Metadata
Assignees
Labels
No labels
