revert rst snippets

This commit is contained in:
Meng Zhuo 2013-06-20 10:21:33 +08:00
parent 382ad016d3
commit eaeada33c5

View File

@ -18,52 +18,52 @@ 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 con snippet cont:
.. contents:: .. contents::
${1:content} ${1:content}
snippet cod snippet code:
.. 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}
# CJK optimize, CJK has no space between charaters # CJK optimize, CJK has no space between charaters
snippet *! snippet *c
\ *${1:Emphasis}*\ ${2} \ *${1:Emphasis}*\ ${2}
snippet *& snippet **c
\ **${1:Strong emphasis}**\ ${2} \ **${1:Strong emphasis}**\ ${2}