Merge "Log profiling data when tests have finished."
[lhc/web/wiklou.git] / includes / tidy.conf
index 3cefcf8..6c94729 100644 (file)
@@ -4,15 +4,19 @@
 
 show-body-only: yes
 force-output: yes
-tidy-mark: no 
+tidy-mark: no
 wrap: 0
 wrap-attributes: no
 literal-attributes: yes
-output-xhtml: yes 
+output-xhtml: yes
 numeric-entities: yes
 enclose-text: yes
 enclose-block-text: yes
-quiet: yes 
+quiet: yes
 quote-nbsp: yes
 fix-backslash: no
 fix-uri: no
+# Don't strip html5 elements we support
+# html-{meta,link} is a hack we use to prevent Tidy from stripping <meta> and <link> used in the body for Microdata
+new-empty-tags: html-meta, html-link
+new-inline-tags: video, audio, source, track, bdi, data, time, mark