Reported by jteh on 2013-03-01 01:16
As of txt2tags 2.6, the title of NVDA t2t documents is in an h2 instead of an h1. This is because this heading now looks like any other heading, so the postproc rule we use to convert h1 to h2 in the content now applies. At this point, I'm not sure how to work around this, since postproc rules are executed on each line, not the entire document. At worst, we can get rid of the heading rules, which will unfortunately mean that the document title is at the same level as the top level headings.
Reported by jteh on 2013-03-01 01:16
As of txt2tags 2.6, the title of NVDA t2t documents is in an h2 instead of an h1. This is because this heading now looks like any other heading, so the postproc rule we use to convert h1 to h2 in the content now applies. At this point, I'm not sure how to work around this, since postproc rules are executed on each line, not the entire document. At worst, we can get rid of the heading rules, which will unfortunately mean that the document title is at the same level as the top level headings.