Page 1 of 1

How to make Assembler highlight in the wiki?

Posted: Sun Jan 27, 2008 11:43 pm
by Osbios
How can I make a block of Asm Code highlight in the wiki?

This won't work:

<asm>blabla...</asm>

<source lang="asm">blabla...</source>

Posted: Mon Jan 28, 2008 3:01 am
by Combuster
You can't have the wiki highlight code for you. Just use monospaced font. (<pre></pre> tags or leading whitespace)

Posted: Mon Jan 28, 2008 3:05 am
by Osbios
:(