Issue with preformatted text with heredocs
Using the following wiki:
{{{
cat <<EOF
Blah
EOF
}}}
The <<EOF is converted to <<<EOF> and the EOF tag is then used by the browser
Using the following wiki:
{{{
cat <<EOF
Blah
EOF
}}}
The <<EOF is converted to <<<EOF> and the EOF tag is then used by the browser