Make the default text for RST more descriptive.

This commit is contained in:
Jean Jordaan 2012-11-11 16:24:36 +07:00
parent f0c15325f3
commit 8ee1805a66

View File

@ -1,14 +1,14 @@
# rst # rst
snippet : snippet :
:${1:Text}: ${2:blah blah} :${1:field name}: ${2:field body}
snippet * snippet *
*${1:Emphasis}* *${1:Emphasis}*
snippet ** snippet **
**${1:Strong emphasis}** **${1:Strong emphasis}**
snippet _ snippet _
\`${1:Text}\`_ \`${1:hyperlink-name}\`_
.. _\`$1\`: ${2:blah blah} .. _\`$1\`: ${2:link-block}
snippet = snippet =
${1:Title} ${1:Title}
=====${2:=} =====${2:=}