Metadata-Version: 2.0
Name: markdown-extra
Version: 0.3.0
Summary: Set of extensions for markdown
Home-page: https://github.com/Nicals/markdown-meta
Author: Nicolas Appriou
Author-email: nicolas.appriou@gmail.com
License: MIT
Keywords: markdown yaml
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Text Processing :: Markup :: HTML
Requires-Dist: markdown
Requires-Dist: pyYAML
Provides-Extra: docs
Requires-Dist: sphinx; extra == 'docs'
Provides-Extra: tests
Requires-Dist: mock; extra == 'tests'
Requires-Dist: pytest; extra == 'tests'

Markdown Extra
==============

.. image:: https://readthedocs.org/projects/markdown-extra/badge/?version=latest
   :target: http://markdown-extra.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

.. image:: https://badge.fury.io/py/markdown-extra.svg
   :target: https://badge.fury.io/py/markdown-extra
   :alt: Version

.. image:: https://coveralls.io/repos/github/Nicals/markdown-extra/badge.svg?branch=master
   :target: https://coveralls.io/github/Nicals/markdown-extra?branch=master
   :alt: Coverage status


.. image:: https://travis-ci.org/Nicals/markdown-extra.svg?branch=master
   :target: https://travis-ci.org/Nicals/markdown-extra
   :alt: CI status

Set of extensions for ``python-markdown``.

Features
--------

``MetaExtension`` adds metadata support in YAML format.

``SummaryExtension`` allows to extract a summary from a markdown file.

``ResourcePathExtension`` allows to perform various operations on file path such as images or links.

Check out the doc: `<https://markdown-extra.readthedocs.io>`_


Installation
------------

Install from PyPI with ``pip``: ``pip install markdown-extra``.


