DeckUI icon indicating copy to clipboard operation
DeckUI copied to clipboard

Feature Request - Support basic markdown

Open jboulter11 opened this issue 2 years ago • 2 comments

For example: Title("`ClassName` is really important") would render a title where `ClassName` is highlighted like ClassName. Text("\_This\_ is italicized") would render text where _This_ renders like This. Words("\**What\** even is text") would render words where *What* renders like What.

I use these inline highlights a lot and I immediately was missing them when I tried using DeckUI because my title contained something I wanted to highlight.

jboulter11 avatar Nov 29 '22 16:11 jboulter11

Would this work with AttributedString?

anttijuu avatar Feb 02 '23 14:02 anttijuu

DeckUI totally needs to have this 😊 I'll see what we can do!

Could possibly bring in https://github.com/gonzalezreal/swift-markdown-ui 🤔

joshdholtz avatar Feb 05 '23 16:02 joshdholtz