diff options
Diffstat (limited to 'README.md')
-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 (` ``` `) or tildes (` ~~~ `). + backticks (<code>\`\`\`</code>) or tildes (` ~~~ `). In all of this, I have been guided by eight years experience writing Markdown implementations in several languages, including the first |