Loading...
 
Skip to main content

Parser_wiki_test

Parser test for HTML pages

Standard context

HTML is escaped and <strong>not interpreted</strong>. HTML entities in content are escaped and displayed literally: &
Wiki syntax is parsed: FooQuestion

HTML plugin

With wiki parameter disabled...
HTML is not escaped, but interpreted.
Wiki syntax is __not__ parsed.

With wiki parameter enabled...
HTML is not escaped, but interpreted.

Wiki syntax is only parsed if wysiwyg_wiki_parsed is enabled.

WYSIWYG plugin

With use_html parameter enabled...

HTML is interpreted.

Tiki markup is interpreted if and only if wysiwyg_wiki_parsed is enabled.

With use_html parameter disabled...

HTML is interpreted.

Tiki markup is interpreted.

Show PHP error messages