Metadata-Version: 2.1
Name: pymdtools
Version: 1.0.5
Summary: UNKNOWN
Home-page: https://github.com/IIXIXII/pymdtools
Author: Florent Tournois
Author-email: florent.tournois@gmail.fr
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Description-Content-Type: text/markdown


pymdtools 🐸
============

A small python module to manipulate markdown content.
We use this library to manage a lot of content in markdown.

[![Wheel Status](https://img.shields.io/pypi/wheel/pymdtools.svg?style=flat)](https://pypi.python.org/pypi/pymdtools/)
[![Latest Version](https://img.shields.io/pypi/v/pymdtools.svg?style=flat)](https://pypi.python.org/pypi/pymdtools/)
[![License](https://img.shields.io/github/license/IIXIXII/pymdtools.svg?style=flat)](https://github.com/IIXIXII/pymdtools/blob/master/LICENSE.md)
[![Build Status](https://img.shields.io/travis/IIXIXII/pymdtools/master.svg?style=flat)](https://travis-ci.org/IIXIXII/pymdtools)
[![Documentation Status](https://img.shields.io/readthedocs/pymdtools.svg?style=flat)](https://pymdtools.readthedocs.io/en/latest/?badge=latest)

Features
--------

* Read Markdown
* Normalize markdown (it is more a beautifier)
* Convert to html with multiple converter (python markdown, python mistune)
* Convert to pdf with converter
* manage links inside the markdown (change update links)
* add some instructions (in html comment format):
  + variable or data easy to find
  + include file (like license or header)
  + share content between md file (define some shared paragraph)

License
-------

The pymdtools is licensed under the terms of the MIT license and is available for free.

## Links

* [Web site](https://aimeos.org/integrations/typo3-shop-extension/)
* [Documentation](https://aimeos.org/docs/TYPO3)
* [Forum](https://aimeos.org/help/typo3-extension-f16/)
* [Issue tracker](https://github.com/aimeos/aimeos-typo3/issues)
* [Source code](https://github.com/aimeos/aimeos-typo3)

