Fix table snippet

This commit is contained in:
Oshgnacknak 2022-06-09 19:43:43 +02:00
parent 8b36ab4073
commit ab055c24e1
Signed by: Oshgnacknak
GPG key ID: 8CB7375654585956

View file

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