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 4b73fea commit 91f9ebaCopy full SHA for 91f9eba
readme.md
@@ -72,7 +72,7 @@ Not used in the SVG space.
72
73
###### `options.upperDoctype`
74
75
-Use an `<!DOCTYPE…` instead of `<!doctype…`.
+Use a `<!DOCTYPE…` instead of `<!doctype…`.
76
Useless except for XHTML (`boolean`, default: `false`).
77
78
###### `options.quote`
types/index.d.ts
@@ -35,7 +35,7 @@ declare namespace hastUtilToHtml {
35
voids: string[]
36
37
/**
38
- * Use an `<!DOCTYPE…` instead of `<!doctype…`.
+ * Use a `<!DOCTYPE…` instead of `<!doctype…`.
39
* Useless except for XHTML.
40
*
41
* @defaultValue false
0 commit comments