joaonc / show_dialog

Easily show a dialog for miscellaneous uses.
https://joaonc.github.io/show_dialog
MIT License
0 stars 0 forks source link

Formatting in description #11

Closed joaonc closed 1 month ago

joaonc commented 1 month ago

Allow for formatting in description: bold, italic, lists, url links.

joaonc commented 1 month ago

This can be done with the label using setText(...)

label.setText("<h1>Header</h1><p>This is a <b>bold</b> paragraph.</p>")

Html text can be retrieved from markdown using the markdown package.