Fix table snippet

This commit is contained in:
Oshgnacknak 2022-05-31 15:08:25 +02:00
parent 44a74d472e
commit 6fec85c3ea
Signed by: Oshgnacknak
GPG key ID: 8CB7375654585956

View file

@ -24,9 +24,9 @@ snippet color
endsnippet
snippet table
\begin{tabular}{ c | c }
cell1 & cell2 \\\\
cell3 & cell4 \\\\
\begin{tabular}{ $1 }
$2 & $3 \\\\
cell4 & cell5 \\\\
\end{tabular}
endsnippet