Browse Source

Replace table captions with headings

GitHub does not support Markdown table captions.
master
Sorin Ionescu 12 years ago
parent
commit
bb597ae22d
  1. 6
      modules/git/README.md

6
modules/git/README.md

@ -246,6 +246,8 @@ setting a style is as follows.
zstyle ':prezto:module:git:info:context:subcontext' format 'string' zstyle ':prezto:module:git:info:context:subcontext' format 'string'
### Main Contexts
| Name | Format Code | Description | Name | Format Code | Description
| --------- | :---------: | --------------------------------------------------- | --------- | :---------: | ---------------------------------------------------
| action | %s | Special action name | action | %s | Special action name
@ -264,7 +266,8 @@ setting a style is as follows.
| stashed | %S | Stashed states count | stashed | %S | Stashed states count
| unmerged | %U | Unmerged files count | unmerged | %U | Unmerged files count
| untracked | %u | Untracked files count | untracked | %u | Untracked files count
[**Main Contexts**]
### Special Action Contexts
| Name | Format | Description | Name | Format | Description
| -------------------- | :---------: | ----------------------------------------- | -------------------- | :---------: | -----------------------------------------
@ -276,7 +279,6 @@ setting a style is as follows.
| rebase | value | Rebasing | rebase | value | Rebasing
| rebase-interactive | value | Rebasing interactively | rebase-interactive | value | Rebasing interactively
| rebase-merge | value | Rebasing merge | rebase-merge | value | Rebasing merge
[**Special Action Contexts**]
First, format the repository state attributes. For example, to format the branch First, format the repository state attributes. For example, to format the branch
and remote names, define the following styles. and remote names, define the following styles.

Loading…
Cancel
Save