You are not logged in.
Pages: 1
I was just trying to post a code tag example but it obviously gets parsed out of the message.
On other forums I could surround the code tag with the [noparse] [/noparse] tag but this doesn't work here, do we have an equivalent that we can use instead?
Last edited by Slithery (2014-08-21 20:38:01)
Offline
You can use code tags. There doesn't seem to be anything that only removes the special meaning of the tags without applying any special formatting. Nested code tags seem to work too (for a code tag example):
[code]code here[/code]
Offline
if you want to display the code tag without having it interpreted, insert the "invisible separator," U+2063.
'[', 'Ctrl+Shift+u' then '2063' and Enter, 'c', 'o', 'd', 'e', and finally ']': [code]
The invisible separator as the first character on a line allows you to indent, using spaces, if that could be useful,
Offline
Nice trick, especially with copy and paste: [code]
My Arch Linux Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
Pages: 1