Per discussion with @cnunciato,
change the style guide to allow for one-line pargraphs
as well as sembr paragraphs.
The only form explicitly forbidden is reflowing text.
Moved the rationale into a `<details>` section
with examples demonstrating value of each case.
Per Slack discussion,
changes the recommendation on writing paragraphs
to suggest semantic line breaks instead.
The rationale behind the original recommendation was that
it made it easier to suggest changes to a pargraph during code review.
However, that's also possible with multi-line pargraphs
because GitHub supports multi-line comments and suggestions.
This new recommendation includes a new rationale for the choice
as well as a note about leaving existing documentation alone
until it's modified.
* Replace `-` for `<ul>`s with `*`, per Markdown spec.
* Touch up verbiage for neutrality, (hopefully) improved readability.
* Add link to Markdownlint.