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.1.tar.gz
(3.5 kB
view hashes)
Built Distribution
Close
Hashes for live_pandoc-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fcbd844c353e229e7fe87fdefb98f8cb314f1a3a498246644a2876afc7da9ac3 |
|
MD5 | 47b067b6bbdd7320e2afb6bd77d7038b |
|
BLAKE2b-256 | f0cfd5f05f864f334b52a833b4a7db88d50d13e1d9225bd466d84e5eafa3563a |