reverse original ** for em

This commit is contained in:
Meng Zhuo 2013-06-05 10:45:38 +08:00
parent c5f0409182
commit 8f9010d216

View File

@ -4,7 +4,7 @@ snippet :
:${1:field name}: ${2:field body}
snippet *
*${1:Emphasis}* ${2}
snippet *&
snippet **
**${1:Strong emphasis}** ${2}
snippet _
\`${1:hyperlink-name}\`_
@ -64,6 +64,6 @@ snippet sid
# CJK optimize, CJK has no space between charaters
snippet *!
\ *${1:Emphasis}*\ ${2}
snippet *&!
snippet *&
\ **${1:Strong emphasis}**\ ${2}