[FEATURE]Allow markdown on Button text

Would this be feasible to allow writing markdown in a button’s text?
I’d like some text to be bold and I want to add new lines

new lines is already possible

with css :before{font-weight:bold; content:"text"}
you could do something but its really not that great to work with xd