Skip to content

Clean up documentation output #322

Open
@adam-fowler

Description

@adam-fowler

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions