Metadata-Version: 2.4
Name: k3down2
Version: 0.1.19
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
Keywords: markdown,python,tex
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
Requires-Dist: setuptools
Requires-Dist: k3ut~=0.1.7
Requires-Dist: k3proc~=0.2.10
Requires-Dist: pylatexenc~=2.8
Requires-Dist: pygments~=2.7.3
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 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.
- graphviz to render graphviz to image.
- google-chrome to render svg/html to png.
- imagemagick to process images.
- mmdc to convert mermaid chart to svg. See: https://mermaid-js.github.io/mermaid/#





# 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
