-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Description
Describe the bug
A clear and concise description of what the bug is.
missing \ in the following example
Answer the following questions
- Which browser are you using:
Safari
JSON code
Add the JSON code generated by the editor. To do so, click on "File > Generate JSON" at the top left corner of the editor. It will allow anyone to reproduce the table and any options you selected. Beware of any sensitive or confidential information in your table, as it will be part of the JSON code:
Your JSON code here.
** Related LaTeX code **
Insert any related LaTeX code here:
It should be:
\begin{table}
\centering
\begin{tabular}{llll}
& \begin{tabular}[c]{@{}l@{}}\textbf{a}\\b\\c\end{tabular} & & \\
& & & \\
& & & \\
& & &
\end{tabular}
\end{table}
but it is
\begin{table}
\centering
\begin{tabular}{llll}
& \begin{tabular}[c]{@{}l@{}}\textbf{a}b\\c\end{tabular} & & \\
& & & \\
& & & \\
& & &
\end{tabular}
\end{table}
Otherwise really good work 👍👍
Reactions are currently unavailable