Merge pull request #18045 from zypA13510/patch-1

Fixed broken Markdown syntax in doc
This commit is contained in:
Lee Dohm
2018-09-17 11:11:46 -07:00
committed by GitHub

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~~`
//