Fixed broken Markdown syntax in doc

This commit is contained in:
Yuping Zuo
2018-09-13 14:08:20 +08:00
committed by GitHub
parent 399ab9d577
commit fe42554f3c

View File

@@ -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<br/>`
// * ~~strikethrough~~ - `~~strikethrough~~`
//