TestProcessorHTML
This processor is used to put arbitrary HTML into a wiki page. This is useful to add elements that the markup language does not handle.
processor block [edit section]
Here is the processor block:{{{#!HTML Here are some words in different styles: <b>bold</b>, <i>italic</i>, <font color="red">red</font> }} }
result output [edit section]
Here is the result from the processor:Here are some words in different styles: bold, italic, red
expected result [edit section]
The expected output should be:Here are some words in different styles bold, italic, red