Metadata-Version: 2.3
Name: wagtail-draftail-plugins
Version: 0.4.0
Summary: Commonly used extensions to Wagtail's Draftail editor.
License: ISC
Author: thelab
Author-email: thelabdev@thelab.co
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: wagtail (>=6.3)
Project-URL: Homepage, https://gitlab.com/thelabnyc/wagtail-draftail-plugins
Project-URL: Repository, https://gitlab.com/thelabnyc/wagtail-draftail-plugins
Description-Content-Type: text/x-rst

===============================
Wagtail Draftail Editor Plugins
===============================

This library includes some commonly used extensions for the `Wagtail Draftail <http://docs.wagtail.io/en/stable/advanced_topics/customisation/extending_draftail.html>`_ editor. These extensions currently include:

- Superscript text formatting (via the ``<sup>`` HTML tag)
- Subscript text formatting (via the ``<sub>`` HTML tag)
- Paragraph text formatting (via the ``<p>`` HTML tag)

