A program for live rendering a pandoc command
Project description
live-pandoc
live-pandoc is simple script designed to run a pandoc command against a file when changes to that file are detected.
Installation
pip install live-pandoc
Quickstart
live-pandoc was designed to be used identically to how pandoc would be used.
For example, if running the following pandoc command:
pandoc README.md -o README.pdf
The live-pandoc command would run as:
live-pandoc README.md -o README.pdf
When changes are detected in README.md
, pandoc README.md -o README.pdf
will be run.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
live-pandoc-0.1.tar.gz
(2.7 kB
view hashes)
Built Distribution
Close
Hashes for live_pandoc-0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43a80ed56c480e88bc8ef03640c9423ebb1c2769d280a3b16ac43608c147f506 |
|
MD5 | c3d5acab6c00f44ee079569afb188ad7 |
|
BLAKE2b-256 | eeb44b1d7e9e4093da13f8840eff4a85c998bce1add6e5768e3bd2a3e7f1457b |