Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Fix E. M. Bray formatting
Browse files Browse the repository at this point in the history
When "Erik Bray" was changed to "E. M. Bray", it caused some _very_ strange side effects in the list formatting, because Markdown (in its infinite weirdness) considers both the `E.` and `M.` to be ordered sublist labels. Escaping the periods un-confuses the parser.
  • Loading branch information
ferdnyc authored Jun 3, 2019
1 parent dbd6b03 commit 962e3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/credits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Michael Droettboom wishes to thank the following contributors:
- David Branner
- David Michael Karr
- David Worth
- E. M. Bray
- E\. M\. Bray
- Fenhl
- forevermatt
- goldaxe
Expand Down

0 comments on commit 962e3e0

Please sign in to comment.