From e9498d9df49116972b2becd8c03a7827d56b557a Mon Sep 17 00:00:00 2001 From: Jess Telford Date: Tue, 18 Nov 2014 13:58:33 +1100 Subject: Fix display of triple-backtick to be cross-renderer GitHub Flavored Markdown (where this README.md is rendered) was showing the triple tick as \` . This fixes it to correctly display 3 backtick characters when rendered. Tested in reference implementation, Github, and dillinger.io --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 386a1f4..5753b82 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