The HTML output of `rustfind` includes many different tags which are not valid html5, e.g. `<ln>`, `<maintext>`, `<bg15>`, `<c..>` for many `c`s, etc. These should all be cleaned up so that the source uses semantic html5 tags instead.
The HTML output of
rustfindincludes many different tags which are not valid html5, e.g.<ln>,<maintext>,<bg15>,<c..>for manycs, etc.These should all be cleaned up so that the source uses semantic html5 tags instead.