Usually TextCMS plugins are embebbed using square bracket syntax: [(plugin_name) (attributes)](contents)[/(plugin_name)]. But you may also want do display some unprocessed content. Sometimes you just want to use square brackets safely and sometimes you may want to demonstrate a piece of TextCMS code on your web page. You can do this using plugin RAW. The syntax of the plugin is: [RAW (attributes)](raw_content)[/RAW]
This plugin can be used everywhere
Articles | |
Templates | |
Modules | |
Areas |
html | Optional | Can be set as "html=true" to avoid processing of html tags by replacing html specific characters with their ascii codes |
This plugin does not support plugin-specific styling.
[RAW html=true]
<h1>Top Menu</h1>
[MODULE]top_menu[MODULE]
[/RAW]