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
10 literal-attributes: yes
14 enclose-block-text: yes
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
22 new-inline-tags: video, audio, source, track, bdi, data, time, mark