Lambdo-Labs / MDText

SwiftUI markdown
MIT License
131 stars 17 forks source link

MDText

MDText is a markdown render library built in and for SwiftUI

Usage:

import MDText
struct ContentView: View {
    var markdown = 
    """
    ** Hello MDText **
    """

    var body: some View {
        MDText(markdown: markdown)
    }
}

Features:

Planned:

del, quote, inline, ul, ol, blockquotes

Installation

Using Xcode 11

menu > file > Swift Packages > Add package dependency...

enter package url: https://github.com/Lambdo-Labs/MDText