Getting Started | API | Elements | Actions | Validators | Handlers | Configuration Options | Advanced Guides | Troubleshooting | About
The literal element simply passes the supplied text on the browser.
#literal { text="<b>This</b> is some <i>text</i>" }
text
(string) - The text to display.
html_encode
(boolean) - Set to true to safely html-encode the text.