blob: fece5178a71b5371c851a968c02174a3b253c31a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Development
===========
To format the HTML, you can use dindent_.
I didn’t find anything else that *just* reindents HTML.
.. code:: bash
cargo run -- README.rst | dindent --input='php://stdin'
.. _dindent: https://github.com/gajus/dindent
|