Fix table snippet
This commit is contained in:
parent
44a74d472e
commit
6fec85c3ea
1 changed files with 3 additions and 3 deletions
|
@ -24,9 +24,9 @@ snippet color
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
snippet table
|
snippet table
|
||||||
\begin{tabular}{ c | c }
|
\begin{tabular}{ $1 }
|
||||||
cell1 & cell2 \\\\
|
$2 & $3 \\\\
|
||||||
cell3 & cell4 \\\\
|
cell4 & cell5 \\\\
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue