GitbookIO / plugin-superscript

Use superscript in your content

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Superscript in GitBook

Superscript is not possible using markdown, This plugin adds a tag for GitBook to easily use superscripts.

How to use it?

Configure the plugin in your book.json:

{
    "plugins": ["superscript"]
}

Then in your markdown/asciidoc content:

Hello world. {% sup %}superscript text!{% endsup %}

And with a link. {% sup href="https://www.google.fr" %}4{% endsup %}

And with markdown. {% sup %}**4**{% endsup %}

About

Use superscript in your content

License:Apache License 2.0


Languages

Language:JavaScript 100.0%