History: PluginSup
Source of version: 14 (current)
Copy to clipboard
{syntax type="markdown" editor="wysiwyg"} # Plugin Superscript Use this ((wiki plugin)) to render characters as superscript text. It is the equivalent of using `~np~<sup></sup>~/np~` tags in HTML. ## Parameters {pluginmanager plugin="sup"} ## Examples #### Basic Example *This code:* {CODE(colors="tiki")} This is regular text{SUP()}and this is superscript{SUP} {CODE} *Produces:* This is regular font{SUP()}and this is superscript{SUP} #### Example with Formatted Superscript *This code,* {CODE(colors="tiki")} This is regular text{SUP()}''and this is italic superscript''{SUP} {CODE} *Produces:* This is regular text{SUP()}*and this is italic superscript*{SUP} <br /> {REMARKSBOX(type=>tip, title=>Tip)} To use superscript footnote numbers, consider using ((PluginFootnote)) and ((PluginFootnotearea)), which work together to create and display automatically numbered footnotes.{REMARKSBOX} ## Related pages - ((PluginFootnote)) and ((PluginFootnotearea)) - these plugins work together to add automatically numbered footnotes to a page - ((PluginSub)) - applies subscript formatting to text