We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5f914e commit 8e9656fCopy full SHA for 8e9656f
docs/user-guide/rules/doctype-html5.md
@@ -28,7 +28,6 @@ Doctype must be html5.
28
29
Examples of **correct** code for this rule:
30
31
-<!-- prettier-ignore -->
32
```html
33
<!DOCTYPE html>
34
<html></html>
@@ -37,7 +36,7 @@ Examples of **correct** code for this rule:
37
36
Examples of **incorrect** code for this rule:
38
39
40
-<!DOCTYPE hmtl>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "https://www.w3.org/TR/html4/strict.dtd">
41
42
```
43
docs/user-guide/rules/space-tab-mixed-disabled.md
@@ -32,7 +32,7 @@ This rule has an object option:
- `"mode": "tab"` use tabs as indentation.
- `"mode": "space"` use spaces as indentation.
35
-- `"size": 0-8` count of spaces.
+ - `"size": 0-8` count of spaces.
---
0 commit comments