Releases: jsickcodes/pre-commit-docx-plain
Releases · jsickcodes/pre-commit-docx-plain
0.4.0
0.3.0
- The output no longer includes trailing whitespace.
- Drop
py-pandocas a default dependency. To get pandoc, you can install it with your system's package manager (such as homebrew or apt-get). Alternatively, you can directly install pre-commit-docx-plain using the[pandoc]extra to install pandoc through thepy-pandocPyPI package. However, we've found that py-pandoc cannot be installed reliably as a dependency of a pre-commit hook.
0.2.0
New configuration options from the command line:
--suffixoption allows you to customize the suffix of the plain text mirror.--headeroption allows you to add header content to the plain text mirror file.
0.1.0
The initial release of pre-commit-docx-plain!