%!Target: html
%!Encoding: UTF-8
% Remove the Table of Contents heading from the toc.
%!PostProc(html): '^.*\
\.*\.*$' ''
% h1 in html should really be the document title only.
% Therefore, change h1 through h5 in the output to h2 through h6.
%!PostProc(html): ^(.*)
$ \1
%!PostProc(html): ^(.*)
$ \1
%!PostProc(html): ^(.*)
$ \1
%!PostProc(html): ^(.*)
$ \1
%!PostProc(html): ^(.*)
$ \1
% Some of our files contain the UTF-8 BOM.
% txt2tags doesn't care about encodings internally,
% so it will just include the BOM at the start of the title.
% Therefore, strip the BOM from the title.
%!PostProc(html): \<(TITLE|H1)\>\xef\xbb\xbf <\1>
% This provides the macros NVDA_VERSION, NVDA_URL and NVDA_COPYRIGHT_YEARS.
%!includeconf: build.t2tconf