Fix table snippet
This commit is contained in:
parent
c779a7b266
commit
de103af9ba
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ endsnippet
|
||||||
|
|
||||||
snippet table
|
snippet table
|
||||||
\begin{tabular}{ $1 }
|
\begin{tabular}{ $1 }
|
||||||
$2 & $3 & cell3 \\
|
$2 & $3 & cell3 \\\\
|
||||||
cell4 & cell5 \\
|
cell4 & cell5 \\\\
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
Loading…
Add table
Reference in a new issue