(By way of explanation, `unsafe` is a way to set a...
# tornadofx
r
(By way of explanation,
unsafe
is a way to set a property to any value. The value passed in will still be processed for proper CSS representation (so you can, for example, pass in a color and it will render properly), so to bypass that you use
raw
which basically says "render exactly this string".)