Skip to content

Commit

Permalink
README: various edits
Browse files Browse the repository at this point in the history
  • Loading branch information
maliayas committed Feb 23, 2015
1 parent cc01407 commit fd19a48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Markdown plugin for Sublime Text. Provides a decent Markdown color scheme (light
| <kbd>⌘</kbd><kbd>⇧</kbd><kbd>6</kbd> | <kbd>Ctrl</kbd><kbd>Shift</kbd><kbd>6</kbd> | Inserts a footnote and jump to its definition. If your cursor is in a definition, it will jump back to the marker.
| <kbd>⌥</kbd><kbd>⇧</kbd><kbd>F</kbd> | <kbd>Alt</kbd><kbd>Shift</kbd><kbd>F</kbd> | Locates footnote markers without definitions and inserts their markers for the definition.
| <kbd>⌥</kbd><kbd>⇧</kbd><kbd>G</kbd> | <kbd>Alt</kbd><kbd>Shift</kbd><kbd>G</kbd> | Locates link references without definitions and inserts their labels at the bottom for the definition.
| <kbd>⌘</kbd><kbd>⇧</kbd><kbd>M</kbd> | <kbd>Ctrl</kbd><kbd>Shift</kbd><kbd>M</kbd> | Performs lint on current Markdown file
| <kbd>⌘</kbd><kbd>⇧</kbd><kbd>M</kbd> | <kbd>Ctrl</kbd><kbd>Shift</kbd><kbd>M</kbd> | Performs lint on current Markdown file. See [lint rules](lint_docs/RULES.md).

## GFM Specific Features

Expand Down Expand Up @@ -102,7 +102,7 @@ If you are using Sublime Text 2, you have to disable the native package _manuall

"ignored_packages": [..., "Markdown"],

### [Package Control][wbond]
### Package Control

The preferred method of installation is via [Sublime Package Control][wbond].

Expand Down

0 comments on commit fd19a48

Please sign in to comment.