You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: DOCTYPE is not lost when using embed-resources
3
+
embed-resources: true
4
+
_quarto:
5
+
tests:
6
+
html:
7
+
ensureHtmlElements:
8
+
- []
9
+
- []
10
+
ensureFileRegexMatches:
11
+
- ['\<\!DOCTYPE html\>']
12
+
- []
13
+
revealjs:
14
+
ensureHtmlElements:
15
+
- []
16
+
- []
17
+
ensureFileRegexMatches:
18
+
- ['\<\!DOCTYPE html\>']
19
+
- []
20
+
---
21
+
22
+
Example from https://github.com/quarto-dev/quarto-cli/issues/12295: Not having DOCTYPE lead to browser using a Quirk mode for CSS, and not applying the standard HTML5.
0 commit comments