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