pidgin/nest

Fix a wrapping error I missed.

2019-08-22, John Bailey
e5ab8dab7baf
Parents 32e46f901db3
Children 86093ad5db34
Fix a wrapping error I missed.
--- a/hugo/content/contributing/mercurial.md Thu Aug 22 00:47:10 2019 -0400
+++ b/hugo/content/contributing/mercurial.md Thu Aug 22 00:47:23 2019 -0400
@@ -24,8 +24,9 @@
Other useful options that can be set in the `[ui]` section of an `hgrc` are the
merge tool and to make Mercurial verbose or not:
-```
-[ui] username = First Last <email@address.tld>
+```
+[ui]
+username = First Last <email@address.tld>
verbose = True
merge = meld
```