Metadata-Version: 2.1
Name: wagtail-draftail-katex
Version: 0.1.1
Summary: This will be an integration of a KaTex into the Wagtail CMS Draftail editor.
Home-page: https://github.com/gatensj/wagtail-draftail-katex
Author: Jeremy Gatens
Author-email: jeremygatens@gmail.com
License: UNKNOWN
Description: # Wagtail Katex plugin
        
        This will be an integration of a KaTek into the Wagtail CMS Draftail editor.
        
        ![Inserting an Images](https://raw.githubusercontent.com/gatensj/wagtail-draftail-katex/master/images/screenshot06152018-1.png)
        
        ![Image Editor](https://raw.githubusercontent.com/gatensj/wagtail-draftail-katex/master/images/screenshot06152018-2.png)
        
        ## Installation
        
        - ```pip install wagtail-katek-plugin```
        - Add ```draftail_katex``` 
        to your list of installed apps AFTER all wagtail app includes 
        (e.g. wagtail.admin, wagtail.core etc).
        
        ## Usage
        
        
        ## Resources
        
        Some links to Katex
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.0
Classifier: Framework :: Wagtail
Classifier: Framework :: Wagtail :: 2
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Description-Content-Type: text/markdown
