Skip to content

An extension to the Python Markdown package enabling superscript text.

License

Notifications You must be signed in to change notification settings

J08nY/markdown_superscript_extension

 
 

Repository files navigation

Latest Release: PyPI Version Github Tag

Documentation: Documentation Status

Compatibility: Python Implementation Support Python Support License

Tests: Build Status Coverage Status Updates Requirements Status

Read Me

An extension to the Python Markdown project which adds the ability to superscript text. To do so, the character ^ becomes a Markdown tag for text meant to be superscripted, and is replaced with the HTML sup tag.

For example, the extension transforms the text directly below into the HTML shown after it.

2^10^ is 1024.
<p>2<sup>10</sup> is 1024.</p>

This project is provided under the Simplified (2 Clause) BSD license, provided in full in the LICENSE file.

Please read the documentation for more information.

About

An extension to the Python Markdown package enabling superscript text.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 93.4%
  • Makefile 6.6%