Though the plain text was pretty good (mostly 80-char lines),
this makes it even more readable for terminal monks. The fancy
HTML5 markdown output on GitHub is the same (checked with rendering
original and changed file with commonmarker and normalizing both
with HTML tidy, the only change being the simplified in-tree doc
path for Translation Process).
One more little change is that http://chris.beams.io was changed to https as suggested by @fanquake.
commonmarker CONTRIBUTING.md | tidy > /tmp/aoeui.html
git checkout master
commonmarker CONTRIBUTING.md | tidy | diff -u - /tmp/aoeui.html
- INSTALL.md: Add monospace markup to file name
- CONTRIBUTING.md - reflow the text - no change in wording
- contrib/qos/README.md - fmt (reflow and wrap long lines)
- reflow release-notes.md
- README.md reflow
- depends/packages.md - reflow
Ref: https://github.com/ElementsProject/lightning/pull/1137
This is yet another take on before-unmerged https://github.com/bitcoin/bitcoin/pull/11759