Can I add html in a question? Specifically I want to embed an mp3 and I want to use this code:
<audio controls>
<source src="horse.ogg" type="audio/ogg">
<source src="horse.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
I did find this plugin (which I still cannot put to work). But still, I want to know how to add pure html.