Dumpling icon indicating copy to clipboard operation
Dumpling copied to clipboard

Customisable and extensible Markdown parser written in Swift

Results 1 Dumpling issues
Sort by recently updated
recently updated
newest added

Support for image links. ``` ![Image](http://url/a.png) ``` The biggest challenge with this tag is adding image fetching and rendering infrastructure to the `AttributedStringRenderer`. We should provide a simple way to...

enhancement