joshdholtz / DeckUI

Swift DSL for writing slide decks in Xcode
MIT License
601 stars 27 forks source link

Added support for Markdown and AttributedString in Words #31

Closed zhbrass closed 1 year ago

zhbrass commented 1 year ago

This addresses #29 with support for Markdown in two ways:

  1. Passing in a String to Words and setting markdown = true (internally it will attempt to create an AttributedString
  2. Passing in an AttributedString directly to Words