thearusable / Nifty-Markdown-Formatter

A simple markdown formatting library for SwiftUI projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nifty Markdown Formatter

This is a simple markdown formatting library helping you to use markdown files in your SwiftUI projects.

Supported elements

  • Headers
  • Images (when they are alone in their own line, TODO: filter images from the middle of the line.)
  • Ordered lists
  • Unordered lists
  • Everything supported by AttributedString.
    • Bold, italic...
    • Links

About

A simple markdown formatting library for SwiftUI projects.

License:MIT License


Languages

Language:Swift 100.0%