QUESTION:

When I try posting txp or HTML tags on the forum, they disappear. How do I post code examples on the forum?



ANSWER:

For inline code:

@<txp:permlink><txp:title /></txp:permlink>@

For short snippets:

bc. <h3><txp:permlink><txp:title /></txp:permlink></h3>
<p><txp:posted /></p>

For longer snippets:

bc.. <txp:permlink><txp:title /></txp:permlink>
<p><txp:posted /></p>
	
<txp:body />

To post short Textile examples:

==*Bold*==

or

notextile. *Bold*

Or, for longer Textile examples:

notextile.. h1. My Title

*Bold*

If you’re still having trouble, or posting something long or complex, consider posting your code on pastebin.com and linking to that content from the forum.