====== literal entities plugin ====== ---- plugin ---- description: Prevent dokuwiki from escaping HTML entities (e.g., '>') so you can use them inline. Doesn't work with non-HTML renderers! author : Tyler Bletsch email : tkbletsc@ncsu.edu type : Syntax lastupdate : 2010-12-02 compatible : 2010-11-07 depends : conflicts : similar : tags : html securityissue: XSS vulnerability allows arbitrary JavaScript insertion. Author informed on 2010-12-02. downloadurl: http://dsss.be/f/dat/literal_entities.zip ---- ===== Download and Installation ===== Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. ===== Syntax and Usage ===== This plugin prevents Dokuwiki from escaping HTML entities. Normally, when you type: ≥ It shows up as "≥". With this plugin, it will show up as ≥.