You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add facility to convert documents with pandoc
Add a facility to, with relative ease, create OpenDocument Text and
Word documents from the original Markdown. To use, run
tox -e to-odt -- -o output.odt input1.md input2.md input3.md
or
tox -e to-docx -- -o output.docx input1.md input2.md input3.md
To achieve this, a simple script concatenates the input files, processes
them against mkdocs.yml using the Jinja2 CLI, and feeds the result to
pandoc with appropriate command-line options.
For branding, reference.docx and reference.odt files can be placed
into the pandoc subdirectory.
Also, add bashate testing for the script itself.
0 commit comments