diff options
Diffstat (limited to 'DEVELOPMENT.rst')
| -rw-r--r-- | DEVELOPMENT.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/DEVELOPMENT.rst b/DEVELOPMENT.rst new file mode 100644 index 0000000..fece517 --- /dev/null +++ b/DEVELOPMENT.rst @@ -0,0 +1,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 |
