Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
A simple markdown formatting library for SwiftUI projects.
- Host: GitHub
- URL: https://github.com/niftytreestudios/nifty-markdown-formatter
- Owner: NiftyTreeStudios
- License: mit
- Created: 2021-07-10T17:30:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T08:44:44.000Z (almost 2 years ago)
- Last Synced: 2024-09-30T03:03:07.292Z (about 2 months ago)
- Topics: markdown, swift, swiftui
- Language: Swift
- Homepage:
- Size: 28.3 KB
- Stars: 8
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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