unity all directives, peel off ":"
This commit is contained in:
parent
20d65b0617
commit
dbf583d697
@ -18,46 +18,46 @@ snippet -
|
|||||||
-----${2:-}
|
-----${2:-}
|
||||||
${3}
|
${3}
|
||||||
#some directive
|
#some directive
|
||||||
snippet img:
|
snippet img
|
||||||
.. |${2:alias}| image:: ${1:img}
|
.. |${2:alias}| image:: ${1:img}
|
||||||
snippet fig:
|
snippet fig
|
||||||
.. figure:: ${1:img}
|
.. figure:: ${1:img}
|
||||||
:alt: ${2:alter text}
|
:alt: ${2:alter text}
|
||||||
|
|
||||||
$2
|
$2
|
||||||
snippet cont:
|
snippet con
|
||||||
.. contents::
|
.. contents::
|
||||||
${1:content}
|
${1:content}
|
||||||
snippet code:
|
snippet cod
|
||||||
.. code:: ${1:type}
|
.. code:: ${1:type}
|
||||||
|
|
||||||
${2:write some code}
|
${2:write some code}
|
||||||
snippet tip:
|
snippet tip
|
||||||
.. tip::
|
.. tip::
|
||||||
${1:my tips}
|
${1:my tips}
|
||||||
snippet not:
|
snippet not
|
||||||
.. note::
|
.. note::
|
||||||
${1:my notes}
|
${1:my notes}
|
||||||
snippet war:
|
snippet war
|
||||||
.. warning::
|
.. warning::
|
||||||
${1:attention!}
|
${1:attention!}
|
||||||
snippet imp:
|
snippet imp
|
||||||
.. important::
|
.. important::
|
||||||
${1:this is importatnt}
|
${1:this is importatnt}
|
||||||
snippet att:
|
snippet att
|
||||||
.. attention::
|
.. attention::
|
||||||
${1:hey!}
|
${1:hey!}
|
||||||
snippet dan:
|
snippet dan
|
||||||
.. danger::
|
.. danger::
|
||||||
${1:ah!}
|
${1:ah!}
|
||||||
snippet err:
|
snippet err
|
||||||
.. error::
|
.. error::
|
||||||
${1:Error occur}
|
${1:Error occur}
|
||||||
snippet cau:
|
snippet cau
|
||||||
.. caution::
|
.. caution::
|
||||||
${1:Watch out!}
|
${1:Watch out!}
|
||||||
#Spinx only
|
#Spinx only
|
||||||
snippet sid:
|
snippet sid
|
||||||
.. sidebar:: ${1:Title}
|
.. sidebar:: ${1:Title}
|
||||||
|
|
||||||
${2}
|
${2}
|
||||||
|
Loading…
Reference in New Issue
Block a user