From bb597ae22d69fc10fefdaebb31073a09c3e6830f Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Wed, 3 Oct 2012 20:09:48 -0400 Subject: [PATCH] Replace table captions with headings GitHub does not support Markdown table captions. --- modules/git/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/git/README.md b/modules/git/README.md index d3ad878..806bc9c 100644 --- a/modules/git/README.md +++ b/modules/git/README.md @@ -246,6 +246,8 @@ setting a style is as follows. zstyle ':prezto:module:git:info:context:subcontext' format 'string' +### Main Contexts + | Name | Format Code | Description | --------- | :---------: | --------------------------------------------------- | action | %s | Special action name @@ -264,7 +266,8 @@ setting a style is as follows. | stashed | %S | Stashed states count | unmerged | %U | Unmerged files count | untracked | %u | Untracked files count -[**Main Contexts**] + +### Special Action Contexts | Name | Format | Description | -------------------- | :---------: | ----------------------------------------- @@ -276,7 +279,6 @@ setting a style is as follows. | rebase | value | Rebasing | rebase-interactive | value | Rebasing interactively | rebase-merge | value | Rebasing merge -[**Special Action Contexts**] First, format the repository state attributes. For example, to format the branch and remote names, define the following styles.