fix(html): fix wrong indents for script/style tags

This commit is contained in:
Pham Huy Hoang 2023-01-02 16:28:40 +09:00 committed by Stephan Seitz
parent 28baed7698
commit 8c71c6c5ed
6 changed files with 91 additions and 2 deletions

View file

@ -0,0 +1,12 @@
<head>
<style>
a {
stroke-linecap: round;
}
</style>
</head>
<body>
<script>
const foo = "bar"
</script>
</body>