markdown-playgrounds
markdown-playgrounds copied to clipboard
A Markdown Editor that can execute Swift code
This should optimize for reading the Markdown, not editing. Some nice features to have: - Syntax Highlighting - (Ideally code execution as well) - Dark/Light Mode - Display Images -...
Hey, I found this weird highlight results: For this markdown text: ``` This is a *same* **paragraph** ``` The highlight result is: 
The code isn't very beautiful yet. Ideally, this would be its own method/class/struct, and not part of the view controller.