mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 00:10:07 +08:00
Add whitespace to table titles
Some tables weren't rendering properly on gh-pages. Adding whitespace between the title and the table fixes this.
This commit is contained in:
parent
dbb6747a6b
commit
16fffcd0a7
@ -149,6 +149,7 @@ Name | Description
|
|||||||
## Lazy-Loaded Plugins
|
## Lazy-Loaded Plugins
|
||||||
|
|
||||||
### Language
|
### Language
|
||||||
|
|
||||||
Name | Description
|
Name | Description
|
||||||
-------------- | ----------------------
|
-------------- | ----------------------
|
||||||
[html5] | HTML5 omnicomplete and syntax
|
[html5] | HTML5 omnicomplete and syntax
|
||||||
@ -180,6 +181,7 @@ Name | Description
|
|||||||
[phpspec] | PhpSpec integration
|
[phpspec] | PhpSpec integration
|
||||||
|
|
||||||
### Commands
|
### Commands
|
||||||
|
|
||||||
Name | Description
|
Name | Description
|
||||||
-------------- | ----------------------
|
-------------- | ----------------------
|
||||||
[vimfiler] | Powerful file explorer
|
[vimfiler] | Powerful file explorer
|
||||||
@ -200,6 +202,7 @@ Name | Description
|
|||||||
[thesaurus] | Look up words in an online thesaurus
|
[thesaurus] | Look up words in an online thesaurus
|
||||||
|
|
||||||
### Commands
|
### Commands
|
||||||
|
|
||||||
Name | Description
|
Name | Description
|
||||||
-------------- | ----------------------
|
-------------- | ----------------------
|
||||||
[goyo] | Distraction-free writing
|
[goyo] | Distraction-free writing
|
||||||
@ -209,6 +212,7 @@ Name | Description
|
|||||||
[choosewin] | Choose window to use, like tmux's 'display-pane'
|
[choosewin] | Choose window to use, like tmux's 'display-pane'
|
||||||
|
|
||||||
### Completion
|
### Completion
|
||||||
|
|
||||||
Name | Description
|
Name | Description
|
||||||
-------------- | ----------------------
|
-------------- | ----------------------
|
||||||
[delimitmate] | Insert mode auto-completion for quotes, parens, brackets
|
[delimitmate] | Insert mode auto-completion for quotes, parens, brackets
|
||||||
@ -218,6 +222,7 @@ Name | Description
|
|||||||
[neosnippet] | Contains neocomplete snippets source
|
[neosnippet] | Contains neocomplete snippets source
|
||||||
|
|
||||||
### Unite
|
### Unite
|
||||||
|
|
||||||
Name | Description
|
Name | Description
|
||||||
-------------- | ----------------------
|
-------------- | ----------------------
|
||||||
[unite] | Unite and create user interfaces
|
[unite] | Unite and create user interfaces
|
||||||
@ -234,6 +239,7 @@ Name | Description
|
|||||||
[unite-issue] | Issue manager for JIRA and GitHub
|
[unite-issue] | Issue manager for JIRA and GitHub
|
||||||
|
|
||||||
### Operators & Text Objects
|
### Operators & Text Objects
|
||||||
|
|
||||||
Name | Description
|
Name | Description
|
||||||
-------------- | ----------------------
|
-------------- | ----------------------
|
||||||
[operator-user] | Define your own operator easily
|
[operator-user] | Define your own operator easily
|
||||||
|
Loading…
Reference in New Issue
Block a user