Metadata-Version: 2.1
Name: markdown2pdf3
Version: 0.2.2
Summary: A tool converts Markdown file to PDF.
Home-page: https://github.com/panhaoyu/markdown2pdf
Author: panhaoyu
Author-email: haoyupan@aliyun.com
License: MIT
Platform: any
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3

Markdown2PDF
============

It works well on Python3 and Windows 10,
and not tested on other platforms.

Markdown2pdf is a command-line tool to convert markdown file into pdf.

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

To install Markdown2PDF you may need to install PDF convertion tool first,

Install Markdown2PDF by pip:

.. code-block:: shell

    pip install markdown2pdf3


Usage
-----

You can use Markdown2PDF via simple command ``md2pdf``:

.. code-block:: shell

    md2pdf article.md


