You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The items in components like Button and Link become list[str | FormattedText | Link]. We might want too provide a few more components specifically for typography, like Bullets and Numbers
Two reasons to do this over relying on Markdown:
Markdown is a relatively heave lazy module, that it would be nice not to have to load
Markdown by it's definition is terrible for templating or user defined values - it's virtually impossible to escape. Providing these types would allow text to be defined which included uses values safely
The text was updated successfully, but these errors were encountered:
Defined as something like
The items in components like
Button
andLink
becomelist[str | FormattedText | Link]
. We might want too provide a few more components specifically for typography, likeBullets
andNumbers
Two reasons to do this over relying on
Markdown
:The text was updated successfully, but these errors were encountered: