We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d7870 commit 4886346Copy full SHA for 4886346
snippets/html.snippets
@@ -610,6 +610,8 @@ snippet meta:compat
610
<meta http-equiv="X-UA-Compatible" content="IE=${1:7,8,edge}">
611
snippet meta:refresh
612
<meta http-equiv="refresh" content="3;url=${0}">
613
+snippet meta:utf5
614
+ <meta charset="utf-8">
615
snippet meta:utf
616
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
617
snippet meter
0 commit comments