# -*- mode: snippet -*-
|
|
# name: Strong emphasis
|
|
# contributor: Peng Deng <dengpeng@gmail.com>
|
|
# key: __
|
|
# --
|
|
**${1:Text}** $0
|