https://github.com/pykit3/k3down2
convert markdown segment into easy to transfer media sucha images.
https://github.com/pykit3/k3down2
markdown python tex
Last synced: 5 months ago
JSON representation
convert markdown segment into easy to transfer media sucha images.
- Host: GitHub
- URL: https://github.com/pykit3/k3down2
- Owner: pykit3
- License: mit
- Created: 2020-12-19T12:15:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-08-28T09:42:08.000Z (9 months ago)
- Last Synced: 2025-08-28T12:03:57.514Z (9 months ago)
- Topics: markdown, python, tex
- Language: Python
- Homepage: https://blog.openacid.com
- Size: 1.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# k3down2
[](https://github.com/pykit3/k3down2/actions/workflows/python-package.yml)
[](https://k3down2.readthedocs.io/en/stable/?badge=stable)
[](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 (张炎泼)
# Copyright and License
The MIT License (MIT)
Copyright (c) 2015 Zhang Yanpo (张炎泼)
[pykit3]: https://github.com/pykit3