Dumpling icon indicating copy to clipboard operation
Dumpling copied to clipboard

Image links

Open chojnac opened this issue 3 years ago • 0 comments

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 fetch image that embedded in the final NSAttributedString.

Progress

  • [ ] Parser
  • [ ] Html renderer
  • [ ] Attributed string renderer

chojnac avatar Apr 03 '21 21:04 chojnac