Metadata-Version: 2.1
Name: markdown-css
Version: 0.0.8
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
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Text Processing :: Markup
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: docopt
Requires-Dist: cssutils
Requires-Dist: pyquery
Requires-Dist: Pygments>=2.15.0

markdown-css
============

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

Getting Started
===============

Install the package:

.. code-block:: bash

    pip install markdown-css

Basic usage:

.. code-block:: bash

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

Features
========

- Convert CSS styles to inline styles
- Support for WeChat public account optimization
- Code highlighting support
- Multiple theme styles
- Python 3.6+ compatibility

Documentation
=============

For more information, see the `full documentation <https://github.com/wecatch/markdown-css/blob/master/README.md>`_. 

