Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
504 views
in Q2A Core by

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.

by
You want to add the HMTL as a q2a user or as a q2a developer ? :-)
by
q2a user.  Not sure what you mean by "developer".
by
I thought you wanted to add it modifying  (with any of the available approaches) the source code of the question page, making your change available to your website's users.
If you just want to add html code inside a question as a user of your website, check out this answer :
http://www.question2answer.org/qa/32217/allow-custom-link-tags-in-wysiwyg-editor?show=32244#a32244

Please log in or register to answer this question.

Welcome to the Q&A site for Question2Answer.

If you have a question about Q2A, please ask here, in English.

To report a bug, please create a new issue on Github or ask a question here with the bug tag.

If you just want to try Q2A, please use the demo site.

Categories

...