Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/niftytreestudios/nifty-markdown-formatter

A simple markdown formatting library for SwiftUI projects.
https://github.com/niftytreestudios/nifty-markdown-formatter

markdown swift swiftui

Last synced: 3 days ago
JSON representation

A simple markdown formatting library for SwiftUI projects.

Awesome Lists containing this project

README

        

# Nifty Markdown Formatter

[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FNiftyTreeStudios%2FNifty-Markdown-Formatter%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/NiftyTreeStudios/Nifty-Markdown-Formatter)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FNiftyTreeStudios%2FNifty-Markdown-Formatter%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/NiftyTreeStudios/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