The Wayback Machine - https://web.archive.org/web/20210816004716/https://github.com/topics/server-side-swift
Skip to content
#

server-side-swift

Here are 459 public repositories matching this topic...

vapor
adam-fowler
adam-fowler commented Jun 19, 2020

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

Improve this page

Add a description, image, and links to the server-side-swift topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the server-side-swift topic, visit your repo's landing page and select "manage topics."

Learn more