Skip to content

PyPandoc v1.7.0 - A more secure and faster PyPandoc

Compare
Choose a tag to compare
@JessicaTegner JessicaTegner released this 14 Dec 16:46
· 112 commits to master since this release

This release of PyPandoc enables the new sandbox mode of pandoc >= 2.…
…15 by default. This can be toggled and has no effect on pandoc versions < 2.15. In addition this release also adds an option to verify from and to formats before converting, reducing the calls to pandoc.

Two new utility functions has also been added (ensure_pandoc_minimal_version and ensure_pandoc_maximal_version), to check the major and minor version of the pandoc currently being used.
In addition, the old convert() function, has been set to be removed in the next major release of PyPandoc (1.8)
Other than that, a few bug fixes here and there.