Metadata-Version: 2.1
Name: k3down2
Version: 0.1.5
Summary: convert markdown segment into easy to transfer media sucha images.
Home-page: https://github.com/pykit3/k3down2
Author: Zhang Yanpo
Author-email: drdr.xp@gmail.com
License: MIT
Description: # k3down2
        
        [![Build Status](https://travis-ci.com/pykit3/k3down2.svg?branch=master)](https://travis-ci.com/pykit3/k3down2)
        ![Python package](https://github.com/pykit3/k3down2/workflows/Python%20package/badge.svg)
        [![Documentation Status](https://readthedocs.org/projects/k3down2/badge/?version=stable)](https://k3down2.readthedocs.io/en/stable/?badge=stable)
        [![Package](https://img.shields.io/pypi/pyversions/k3down2)](https://pypi.org/project/k3down2)
        
        convert markdown segment into easy to transfer media sucha images.
        
        k3down2 is a component of [pykit3] project: a python3 toolkit set.
        
        
        k3down2 is utility to convert markdown segment into easy to transfer media sucha images.
        It depends on:
        
        - pandoc to render markdown snippet to html, such as tables.
        - chrome to render svg/html to png.
        
        
        
        
        
        # Install
        
        ```
        pip install k3down2
        ```
        
        # Synopsis
        
        ```python
        
        ```
        
        #   Author
        
        Zhang Yanpo (张炎泼) <drdr.xp@gmail.com>
        
        #   Copyright and License
        
        The MIT License (MIT)
        
        Copyright (c) 2015 Zhang Yanpo (张炎泼) <drdr.xp@gmail.com>
        
        
        [pykit3]: https://github.com/pykit3
Keywords: markdown,python,tex
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.0
Description-Content-Type: text/markdown
