Releases: webrecorder/markdown-to-respec
Releases · webrecorder/markdown-to-respec
v0.4.2
What's Changed
- fix: add hypen on utf-8 by @arnoweiss in #2
New Contributors
- @arnoweiss made their first contribution in #2
Full Changelog: v0.4.1...v0.4.2
v0.4.1
Small docfix for PyPI.
v0.4.0
markdown-to-respec is now pip installable which allows you to convert Markdown files locally prior to pushing them to Github for publishing:
usage: markdown-to-respec [-h] [--branch BRANCH] [--publish] [--ignore IGNORE] path
positional arguments:
path Path to search for Markdown files
options:
-h, --help show this help message and exit
--branch BRANCH Git branch to publish to
--publish Commit and push new HTML files
--ignore IGNORE A regex of Markdown files to ignore