Closed
Description
Describe your feature request
Documentation, at least for rust, can contain <code>
tags, for example the documentation for into()
from the standard library. The tags themselves should not be shown, and the text within should be shown the same as text within "`":
The <code>
and </code>
tags should not be shown and the text within them should be styled the same as the U::from(self)
from above.