aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-11-18 07:32:46 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-11-18 07:32:46 -0800
commit80e5cf9c4af65ac627f3c612181d741babc85b1b (patch)
treeb0aa65e5160c9dd3ffbb6c6c7e5f5e3a098d1fb5 /README.md
parent0708a4503b9984d52467bb0d38a0ecee981d1f67 (diff)
Fix to #205 that doesn't require raw HTML.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5753b82..5e41110 100644
--- a/README.md
+++ b/README.md
@@ -247,7 +247,7 @@ the canonical syntax description:
- The start number of an ordered list is significant.
- [Fenced code blocks](http://jgm.github.io/CommonMark/spec.html#fenced-code-blocks) are supported, delimited by either
- backticks (<code>\`\`\`</code>) or tildes (` ~~~ `).
+ backticks (```` ``` ```` or tildes (` ~~~ `).
In all of this, I have been guided by eight years experience writing
Markdown implementations in several languages, including the first