Describe the issue
Examples where docs include things that look like HTML tags causes issues.
https://bevy.org/examples/3d-rendering/3d-shapes/ Assets<A> in the rust docs is read as an opening <a> tag and renders the entire rest of the page as a link.
Proposed Solution
The docs for the example needs to have special characters properly escaped, the docs need to be displayed without processsing as HTML, or both.