# Some useful Unicode entities # Non-Breaking Space snippet nbs # ← snippet left ← # → snippet right → # ↑ snippet up ↑ # ↓ snippet down ↓ # ↩ snippet return ↩ # ⇤ snippet backtab ⇤ # ⇥ snippet tab ⇥ # ⇧ snippet shift ⇧ # ⌃ snippet control ⌃ # ⌅ snippet enter ⌅ # ⌘ snippet command ⌘ # ⌥ snippet option ⌥ # ⌦ snippet delete ⌦ # ⌫ snippet backspace ⌫ # ⎋ snippet escape ⎋ # Generic Doctype snippet doctype HTML 4.01 Strict snippet doctype HTML 4.01 Transitional snippet doctype HTML 5 snippet doctype XHTML 1.0 Frameset snippet doctype XHTML 1.0 Strict snippet doctype XHTML 1.0 Transitional snippet doctype XHTML 1.1 # HTML Doctype 4.01 Strict snippet docts # HTML Doctype 4.01 Transitional snippet doct # HTML Doctype 5 snippet doct5 # XHTML Doctype 1.0 Frameset snippet docxf # XHTML Doctype 1.0 Strict snippet docxs # XHTML Doctype 1.0 Transitional snippet docxt # XHTML Doctype 1.1 snippet docx snippet html ${1} snippet xhtml ${1} snippet body
${1} snippet head${2:Header} |
---|
${3:Data} |