A powerful pure UIKit framework for rendering Markdown documents with real-time parsing and rendering capabilities. Battle tested in FlowDown.
- 🚀 Real-time Rendering: Live Markdown parsing and rendering as you type
- 🖥️ Specialized for Mobile Display: Optimized layout that extracts complex elements from lists for better readability
- 🎨 Syntax Highlighting: Beautiful code syntax highlighting with Splash
- 📊 Math Rendering: LaTeX math formula rendering with SwiftMath
- 📱 iOS Optimized: Native UIKit implementation for optimal performance
Add the following to your Package.swift file:
dependencies: [
.package(url: "https://github.com/Lakr233/MarkdownView", from: "3.4.0"),
]Platform compatibility:
- iOS 13.0+
- Mac Catalyst 13.0+
import MarkdownView
import MarkdownParser
let markdownTextView = MarkdownTextView()
let parser = MarkdownParser()
let result = parser.parse("# Hello World")
let content = MarkdownTextView.PreprocessedContent(parserResult: result, theme: .default)
markdownTextView.setMarkdown(content)Check out the included example project to see MarkdownView in action:
cd Example
open Example.xcodeprojThis project is licensed under the MIT License. See the LICENSE file for details.
This project includes code adapted from swift-markdown-ui by Guillermo Gonzalez, used under the MIT License.
Copyright 2025 © Lakr Aream. All rights reserved.
%20-%202025-05-27%20at%2003.03.27.png)