Hi,
since my knowledge in writing good regular expressions is very limited, I wasn't able to write one to parse something like the following: <h1><a href="#id109">Some Text</a></h1> or <h1>Some Text</h1> */
In tagmanager/html.c you can find the relevant code (INNER_HEADING macro) and there is one regexp for each case of the above examples. But I wasn't able to combine these regexps so that both examples can be parsed sucessfully with one regexp.
If anyone feels bored, have a look ;-).
Regards, Enrico