Metadata-Version: 2.0
Name: markdown-css
Version: 0.0.5
Summary: Markdown-css is a command tool to convert css style to markdown inline-style
Home-page: http://github.com/wecatch/markdown-css
Author: sanyuesha
Author-email: wecatch.me@gmail.com
License: https://opensource.org/licenses/MIT
Keywords: markdown-css markdown css weixin
Platform: UNKNOWN

makrdown-css
--------------

Markdown-css is a command tool to convert css style to markdown inline-style.

Getting started
----------------

.. code-block:: bash

    pip install markdown-css
    mkdir public
    touch style.css
    markdown -h
    markdown-css pub.html --style=style.css --out=public

`Doc <https://github.com/wecatch/markdown-css/blob/master/README.md>`_ 

