A pandoc filter for including file in block code
Project description
Installation
pandoc-codeblock-include is a pandoc filter for including files in
CodeBlock
elements.
Instructions
pandoc-codeblock-include requires python, a programming language that comes pre-installed on linux and Mac OS X, and which is easily installed on Windows.
Install pandoc-codeblock-include using the bash command
$ pipx install pandoc-codeblock-include
To upgrade to the most recent release, use
$ pipx upgrade pandoc-codeblock-include
pipx
is a script to install and run python applications in isolated
environments from the Python Package Index, PyPI. It can be installed
using instructions given here.
Getting Help
If you have any difficulties with pandoc-codeblock-include, please feel welcome to file an issue on github so that we can help.
Contribute
Instructions
Install hatch
, then run
$ hatch run pip install pre-commit
$ hatch run pre-commit install
to install pre-commit
before working on your changes.
Tests
When your changes are ready, run
$ hatch test
$ hatch fmt --check
$ hatch run lint:check
$ hatch run docs:build
$ hatch build -t wheel
for running the tests, checking the style, building the documentation and building the wheel.
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 Distributions
Built Distribution
Hashes for pandoc_codeblock_include-1.0.1.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 746c93987e90b7dbb423978219f2ccc39125f785ca8acf3c1445295d9b53038d |
|
MD5 | 45be23c159767433da400608d3e04684 |
|
BLAKE2b-256 | a0403f64b07e480dcff5cb03bda96c1965c661f578757214a60d13b7836049e9 |