Merge "MimeAnalyzer: Add testcases for mp3 detection"
[lhc/web/wiklou.git] / includes / tidy / tidy.conf
1 # html tidy (http://tidy.sf.net) configuration
2 # tidy - validate, correct, and pretty-print HTML files
3 # see: man 1 tidy, http://tidy.sourceforge.net/docs/quickref.html
4
5 show-body-only: yes
6 force-output: yes
7 tidy-mark: no
8 wrap: 0
9 wrap-attributes: no
10 literal-attributes: yes
11 output-xhtml: yes
12 numeric-entities: yes
13 enclose-text: yes
14 enclose-block-text: yes
15 quiet: yes
16 quote-nbsp: yes
17 fix-backslash: no
18 fix-uri: no
19 # Don't strip html5 elements we support
20 # html-{meta,link} is a hack we use to prevent Tidy from stripping <meta> and <link> used in the body for Microdata
21 new-empty-tags: html-meta, html-link, wbr, source, track
22 new-inline-tags: video, audio, bdi, data, time, mark
23 # html-style is a hack we use to prevent pre-HTML5 versions of Tidy from stripping <style> used in the body for TemplateStyles
24 new-blocklevel-tags: html-style