X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Ftidy.conf;h=4c4daed57955438df5315a382a6bb12122707099;hb=11cf19d3ff0335706378b0b9f3d69091e4241f23;hp=479083eca38bb5769f48570d121785e6a5e92a35;hpb=ebf2912801913acc724413a6e2967d78cae77223;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/tidy.conf b/includes/tidy.conf index 479083eca3..4c4daed579 100644 --- a/includes/tidy.conf +++ b/includes/tidy.conf @@ -16,4 +16,7 @@ quiet: yes quote-nbsp: yes fix-backslash: no fix-uri: no -new-inline-tags: video,audio,source,track +# Don't strip html5 elements we support +# html-{meta,link} is a hack we use to prevent Tidy from stripping and used in the body for Microdata +new-empty-tags: html-meta, html-link, wbr +new-inline-tags: video, audio, source, track, bdi, data, time, mark