Skip to content

Commit

Permalink
Document mdpo2html pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Nov 9, 2021
1 parent 5437fc3 commit e3baa4a
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions docs/pre-commit-hooks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,35 @@ md2po2md
.. seealso::
* :ref:`md2po2md CLI<md2po2md-cli>`

mdpo2html
=========

.. code-block:: yaml
- repo: https://github.com/mondeja/mdpo
rev: v0.3.74
hooks:
- id: mdpo2html
files: ^README\.html
args:
- -p
- README.po
- -s
- README.es.html
.. code-block:: yaml
- repo: https://github.com/mondeja/mdpo
rev: v0.3.74
hooks:
- id: mdpo2html
args:
- README.html
- -p
- README.po
- -s
- README.es.html
.. seealso::
* :ref:`mdpo2html CLI<mdpo2html-cli>`

0 comments on commit e3baa4a

Please sign in to comment.