diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-03-16 16:28:07 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-03-16 16:28:07 -0700 |
commit | 1b53a2adccecd8226138680485876a352a705bbb (patch) | |
tree | d562b19f08ab30bc6beff5a9ce772609001a93ef | |
parent | f3fd63345ee090321b3f57f8e7463100a4684bd6 (diff) | |
parent | 3ae2f29ff09a6e55cab9c803a19bb79c95ebd6e7 (diff) |
Merge pull request #397 from OlsonDev/patch-1
Add closing paranthesis to README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -152,7 +152,7 @@ the canonical syntax description: - The start number of an ordered list is significant. - Fenced code blocks are supported, delimited by either - backticks (```` ``` ```` or tildes (` ~~~ `). + backticks (```` ``` ````) or tildes (` ~~~ `). Contributing ------------ |