Closed (won't fix)
Project:
Wikitools
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
1 Oct 2007 at 13:58 UTC
Updated:
11 Feb 2011 at 04:24 UTC
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
Comment #1
cwgordon7 commentedHow 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.
Comment #2
chrism2671 commentedYou 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.
Comment #3
jpmckinney commentedNon-issue.