From fe42554f3c8371bb9cf4214a879de0fbb580f861 Mon Sep 17 00:00:00 2001 From: Yuping Zuo Date: Thu, 13 Sep 2018 14:08:20 +0800 Subject: [PATCH] Fixed broken Markdown syntax in doc --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index ce20db30c..579fb715e 100644 --- a/src/config.js +++ b/src/config.js @@ -311,7 +311,7 @@ const schemaEnforcers = {} // * **bold** - `**bold**` // * *italics* - `*italics*` // * [links](https://atom.io) - `[links](https://atom.io)` -// * `code spans` - `\`code spans\`` +// * `code spans` - `` `code spans` `` // * line breaks - `line breaks
` // * ~~strikethrough~~ - `~~strikethrough~~` //