swift-markdown-ui
swift-markdown-ui copied to clipboard
Display and customize Markdown text in SwiftUI
## Setup - iOS 15.5 - iPhone 12 SwiftUI view: ```swift struct FaqView: View { let faq: Faq let navigationBarCtaType: SettingsNavigationCTAType private let style = AppStyles.Settings() @State private var expandedIds:...
Thank you for contributing to MarkdownUI! Before you submit an issue, please complete the report with all the relevant details for your bug and go through every item in the...
Add examples to illustrate adding an information bar with a copy button above a code block.
It would be great to incorporate Latex support. I can see that underlying C library does support it, have you ever tried it?
Thank you for contributing to MarkdownUI! Before you submit an issue, please complete the report with all the relevant details for your bug and go through every item in the...
Thank you for contributing to MarkdownUI! Before you submit an issue, please complete the report with all the relevant details for your bug and go through every item in the...
``` error: couldn't IRGen expression: Clang importer error error: /Users/alex/Library/Developer/Xcode/DerivedData/ChatOnMac-gsqkxqqtibupgzchrgapmxdoaogz/SourcePackages/checkouts/swift-markdown-ui/Sources/cmark-gfm/include/cmark-gfm-core-extensions.h:8:1: error: import of C++ module 'cmark_gfm' appears within extern "C" language linkage specification #include "cmark-gfm-extension_api.h" ^ ``` (And several other...
**Describe the bug** When multiple paragraph strings are presented in a `MarkdownUI` view, the user can only select text from one paragraph at a time. **Checklist** - ✅ I can...
**Describe the bug** I found that using Markdown with a string containing 250 `\n` characters causes a crash. Paste the following code into the Demo project under the Repo to...
Thank you for contributing to MarkdownUI! Before you submit an issue, please complete the report with all the relevant details for your bug and go through every item in the...