Plugin Superscript

Use this wiki plugin to render characters as superscript text. It is the equivalent of using <sup></sup> tags in HTML.

Parameters

Plugin Manager error: sup plugin not found

Examples

Basic Example

This code:

Copy to clipboard
This is regular text{SUP()}and this is superscript{SUP}


Produces:

This is regular fontand this is superscript

Example with Formatted Superscript

This code,

Copy to clipboard
This is regular text{SUP()}''and this is italic superscript''{SUP}


Produces:

This is regular textand this is italic superscript


 Tip
To use superscript footnote numbers, consider using PluginFootnote and PluginFootnotearea, which work together to create and display automatically numbered footnotes.