diff --git a/snippets/rst.snippets b/snippets/rst.snippets index c407dbb..e845b8b 100644 --- a/snippets/rst.snippets +++ b/snippets/rst.snippets @@ -64,21 +64,26 @@ snippet sid: snippet tod: .. todo:: ${0} -snippet tod: +snippet lis: .. list-table:: ${0:Title} :header-rows: 1 :stub-columns: 1 - * - x1,y1 - - x2,y1 - - x3,y1 - * - x1,y2 - - x2,y2 - - x3,y2 - * - x1,y3 - - x2,y3 - - x3,y3 + * - x1,y1 + - x2,y1 + - x3,y1 + * - x1,y2 + - x2,y2 + - x3,y2 + * - x1,y3 + - x2,y3 + - x3,y3 +snippet toc: + .. toctree:: + :maxdepth: 2 + + ${0} # CJK optimize, CJK has no space between charaters snippet *c \ *${1:Emphasis}*\ ${0}