markdown-playgrounds icon indicating copy to clipboard operation
markdown-playgrounds copied to clipboard

A Markdown Editor that can execute Swift code

Results 4 markdown-playgrounds issues
Sort by recently updated
recently updated
newest added

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: ![Screen Shot 2019-04-21 at 23 31 01](https://user-images.githubusercontent.com/3926785/56486732-88374280-648d-11e9-8d0d-e1fc8dfc240e.png)

The code isn't very beautiful yet. Ideally, this would be its own method/class/struct, and not part of the view controller.