- Commit
- 80e5cf9c4af65ac627f3c612181d741babc85b1b
- Parent
- 0708a4503b9984d52467bb0d38a0ecee981d1f67
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Fix to #205 that doesn't require raw HTML.
My personal build of CMark ✏️
Fix to #205 that doesn't require raw HTML.
1 file changed, 1 insertion, 1 deletion
Status | File Name | N° Changes | Insertions | Deletions |
Modified | README.md | 2 | 1 | 1 |
diff --git 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