MarkdownView
MarkdownView copied to clipboard
Rendering Markdown text natively in SwiftUI.
Hi @LiYanan2004, I just found an issue that markdown view blink while scrolling with short text. I guess the width has been recalculated somewhere. Please check below video for more...
**The feature you want to get in MarkdownView** Detect raw URLs and make them clickable. **Describe that feature in detail** Currently raw URLs (e.g. https://google.com) are not clickable in MarkdownView....
Currently the code block syntax highlighting changes when `CodeHighlighterTheme` is changed. However, it doesn't update when system dark mode is toggled. I added an `.onChange(of: colorScheme)` to handle this case.
**The feature you want to get in MarkdownView** Add accessibly annotations or a way to decorate headers and lists with them **Describe that feature in detail** Currently items like headers...
# Swift 6 - Update swift-tool-version to 6.0 - Specify product `swiftLanguageVersion` to `.v6` # Concurrency Checking - Add Sendable conformance - Fix errors and warnings that compiler produces.
Adding voice-over support for markdown. https://github.com/user-attachments/assets/0d365ad5-a4cf-4410-8d69-06c018a29712
感谢作者, 这个markdown是目前github最好用的 🙏 The feature you want to get in MarkdownView 唯一一个缺陷就是目前文本选择只能选择一行,无法选中整个段落。希望能增加支持整段文本的选择功能。 Describe that feature in detail 希望在 MarkdownView 中,可以通过拖动光标或双击等操作,方便地选中整个段落,而不仅限于单行选择。这将提升编辑长文本时的效率,方便进行复制、剪切、格式化等操作。 Behavior in different OS iOS / iPadOS: 支持手指拖动或双击选中整个段落。 macOS: 支持鼠标拖动或双击选中整个段落,配合快捷键(如...
It would be nice if the text is selectable, similar to the ChatGPT app, to enable users to easily copy text from the view. Is this already on the plan...
## Issue Description Mathematical formulas using block LaTeX syntax `\[` `\]` are not rendering properly. Specifically, formulas 10-20 in a list of mathematical expressions fail to render, while formulas 1-9...