Open
Description
Currently it just strips out all the html tags and outputs that. Which means for some API documentation it just creates super long lines of text, which Xcode turns into a wall of text which is unreadable.
- break text based on
<p>,<h*>
tags - add bullet points for
<li>
tags - Remove href and only show body for
<a>
tags - Limit line length to 100 characters