mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
Fixed broken Markdown syntax in doc
This commit is contained in:
@@ -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~~`
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user