From 80e5cf9c4af65ac627f3c612181d741babc85b1b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 18 Nov 2014 07:32:46 -0800 Subject: Fix to #205 that doesn't require raw HTML. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 (\`\`\`) 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 -- cgit v1.2.3