5 snippet u "Underlined" w
 
  13 snippet s "Strike-through" w
 
  17 snippet em "Emphasise" w
 
  21 snippet color "Color" w
 
  22 [color=${1:red}]$2[/color]$0
 
  30 [url=${1:http://example.com}]$2[/url]$0
 
  34 [img=${1:Alt Text}]${2:http://example.com/image.png}[/img]
 
  37 snippet email "Email" w
 
  38 [email=${1:me@rmz.io}]$2[/email]$0
 
  41 snippet quote "Quote" w