The current wiki takes all html tags in the wiki as html to render. This makes it impossible to include html tags (or everything else in angle brackets) on the page.
As a workaround I tried to write the brackets as their html entities: < and > - but they are not interpreted.
Examples

1. "This is a test" <-- Here the "b"-Tag is interpreted and not written verbatim.
2. "" <--- Here should be "something" in angle brackets.

Comments

cwgordon7’s picture

Assigned: Unassigned » cwgordon7
Status: Active » Postponed (maintainer needs more info)

How is this related to the wikitools module?

The wikitools module does not provide any sort of filter. If you're looking for a wiki-like filter, use the Pearwiki FIlter or freelinking modules.

chrism2671’s picture

You can sort this out using the pearwiki filter- there's an option to create an 'ignore' tag, i use , and there you can enter what you like and it will go straight to the browser.

Be aware of any security issues that this may cause- users should not really be allowed to enter whatever they like, so consider post processing for security with another filter.

jpmckinney’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

Non-issue.