Swift开源项目之Markdown库

作者: iCloudEnd | 来源:发表于2019-03-19 10:10 被阅读3次

    Swift开源项目之Markdown库

    地址

    https://github.com/keitaoouchi/MarkdownView

    效果

    Jietu20190319-100518@2x.jpg

    介绍

    MarkdownView is a WKWebView based UI element, and internally use bootstrap, highlight.js, markdown-it.

    如何使用

    import MarkdownView
    
    let md = MarkdownView()
    md.load(markdown: "# Hello World!")
    

    如何安装

    pod "MarkdownView"
    

    相关文章

      网友评论

        本文标题:Swift开源项目之Markdown库

        本文链接:https://www.haomeiwen.com/subject/lygwmqtx.html