Umm, I feel dumb for asking this, but how to I add HTML into my questions and answers with this editor? Sometimes it works for me and sometimes it doesn't...
I know about the faq, that the site uses markdown and there are allowed tags as well.
|
Umm, I feel dumb for asking this, but how to I add HTML into my questions and answers with this editor? Sometimes it works for me and sometimes it doesn't... I know about the faq, that the site uses markdown and there are allowed tags as well. Related: |
||||
|
|
It's not clear what you mean. Do you mean show html code snippets? If so, indent your code four spaces or select and use the "code" button on the toolbar (Ctrl-K as a keyboard shortcut). Do you mean add formatting to your question using html? If so, common html tags should work as expected. However, the input box was really designed for markdown, and so it will also apply markdown rules anywhere they fit. |
|||||
|
|
(Re: It works) That's just embedding code. You put all of this in a <pre><code>block and escape the '<' with < However the easiest way is to paste it in, select it, and press control-K or click on the 101/010 icon. |
|||
|
|
|
I don't know why, but I've noticed a couple of time that using the backtick rather than four leading spaces works better for some HTML. |
|||
|
|