diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-11-18 07:32:46 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-11-18 07:32:46 -0800 |
commit | 80e5cf9c4af65ac627f3c612181d741babc85b1b (patch) | |
tree | b0aa65e5160c9dd3ffbb6c6c7e5f5e3a098d1fb5 | |
parent | 0708a4503b9984d52467bb0d38a0ecee981d1f67 (diff) |
Fix to #205 that doesn't require raw HTML.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |