How do I go about posting code in bbPress? I have the bb code bar installed, and am able to use the "code" button to wrap code in code tags, but certain elements get escaped and the result is a mess.
Is there another way to code code in bbPress?
How do I go about posting code in bbPress? I have the bb code bar installed, and am able to use the "code" button to wrap code in code tags, but certain elements get escaped and the result is a mess.
Is there another way to code code in bbPress?
Yes, you can use the backtick ( ` ) characters. Simply surround your code segment with them, and code and pre (pre-formatting) tags will be applied. The pre tag will keep tags from being escaped inadvertently and place the code in a nice box. You should have this description listed below your comment box as well, btw.