gitbook-plugin-superscript

1.1.0 • Public • Published

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 %}

/gitbook-plugin-superscript/

    Package Sidebar

    Install

    npm i gitbook-plugin-superscript

    Weekly Downloads

    1

    Version

    1.1.0

    License

    Apache-2.0

    Last publish

    Collaborators

    • samypesse