The prettifyier, assuming I used it correctly,

<pre class="prettyprint"><code>int main(void) { }</code></pre>

does not highlight text in the preview box when writing up a question/answer:

int main(void) { }

Is this intentional?

(I'll submit this question just to see if it works afterwards, heh.)

link|improve this question
1  
Not sure I understand. Do you want to highlight the HTML or the C part? – Pekka Jan 1 '11 at 12:26
Make sure your question is tagged with the correct language. Have you got an example of this? Plus syntax highlighting doesn't need to work here on meta. – ChrisF Jan 1 '11 at 12:40
@ChrisF: Well... a lot of people post GreaseMonkey scrips here on Meta. – George Edison Jan 1 '11 at 17:47
@George - I forgot about that aspect. Just take out the word "need" from my comment then ;) – ChrisF Jan 1 '11 at 17:48
@ChrisF: "highlighting doesn't to work here on meta" - makes no sense :) – George Edison Jan 1 '11 at 18:34
@George - OK, OK I give up - take "need to " out then ;) – ChrisF Jan 1 '11 at 18:38
feedback

1 Answer

up vote 1 down vote accepted

Indent your code by four spaces (or by clicking the {} button) to enable syntax highlighting. Entering the raw HTML will have the <pre> tag stripped because it does not conform to the strict permitted HTML rules.

link|improve this answer
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged