zunda-pixel/markdownview
MarkdownView uses [swift-markdown](https://github.com/apple/swift-markdown) as Parser
Adding MarkdownView as a Dependency
To use the MarkdownView plugin in a SwiftPM project, add the following line to the dependencies in your Package.swift file:
.package(url: "https://github.com/zunda-pixel/MarkdownView", from: "0.4.0"),Include "MarkdownView" as a dependency for your target:
.target(
name: "<target>",
dependencies: [
.product(name: "MarkdownView", package: "MarkdownView"),
]
),Package Metadata
Repository: zunda-pixel/markdownview
Default branch: main
README: README.md