wxHtmlWindow supports tag handlers. This means that you can easily
extend wxHtml library with new, unsupported tags. Not only that,
you can even use your own application-specific tags!
-See \verb$src/html/m\_*.cpp$ files for details.
+See {\tt src/html/m\_*.cpp} files for details.
There is a generic wxHtmlParser class,
independent of wxHtmlWindow.