Skip to content

icesco/MDText

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • header
  • link
  • bold
  • hyperlink
  • emphasis

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

About

SwiftUI markdown

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 100.0%