Skip to content

Commit

Permalink
feat(html): Add meta:utf5 snippet for a html5 like meta charset defin…
Browse files Browse the repository at this point in the history
…ition.
  • Loading branch information
thet authored and lpil committed Oct 24, 2021
1 parent 28d7870 commit 4886346
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions snippets/html.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,8 @@ snippet meta:compat
<meta http-equiv="X-UA-Compatible" content="IE=${1:7,8,edge}">
snippet meta:refresh
<meta http-equiv="refresh" content="3;url=${0}">
snippet meta:utf5
<meta charset="utf-8">
snippet meta:utf
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
snippet meter
Expand Down

0 comments on commit 4886346

Please sign in to comment.