diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-07-05 08:52:43 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-07-05 08:52:43 +0300 |
commit | fe2cb593f99f0cf2c4ac4efe624ae8b4b11f1be8 (patch) | |
tree | 2a5dbb3b959452a63e7483da307f77113dabb98b /doc/markdown | |
parent | 5bb2840dc406bde0cf2318fdc8f6c4596351b4a7 (diff) | |
download | gitlab-ce-fe2cb593f99f0cf2c4ac4efe624ae8b4b11f1be8.tar.gz |
Improve markdown doc
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'doc/markdown')
-rw-r--r-- | doc/markdown/markdown.md | 46 |
1 files changed, 16 insertions, 30 deletions
diff --git a/doc/markdown/markdown.md b/doc/markdown/markdown.md index 64f571b4351..2565acb8eff 100644 --- a/doc/markdown/markdown.md +++ b/doc/markdown/markdown.md @@ -4,39 +4,25 @@ **[GitLab Flavored Markdown](#gitlab-flavored-markdown-gfm)** -[Newlines](#newlines) - -[Multiple underscores in words](#multiple-underscores-in-words) - -[URL autolinking](#url-autolinking) - -[Code and Syntax Highlighting](#code-and-syntax-highlighting) - -[Emoji](#emoji) - -[Special GitLab references](#special-gitlab-references) +* [Newlines](#newlines) +* [Multiple underscores in words](#multiple-underscores-in-words) +* [URL autolinking](#url-autolinking) +* [Code and Syntax Highlighting](#code-and-syntax-highlighting) +* [Emoji](#emoji) +* [Special GitLab references](#special-gitlab-references) **[Standard Markdown](#standard-markdown)** -[Headers](#headers) - -[Emphasis](#emphasis) - -[Lists](#lists) - -[Links](#links) - -[Images](#images) - -[Blockquotes](#blockquotes) - -[Inline HTML](#inline-html) - -[Horizontal Rule](#horizontal-rule) - -[Line Breaks](#line-breaks) - -[Tables](#tables) +* [Headers](#headers) +* [Emphasis](#emphasis) +* [Lists](#lists) +* [Links](#links) +* [Images](#images) +* [Blockquotes](#blockquotes) +* [Inline HTML](#inline-html) +* [Horizontal Rule](#horizontal-rule) +* [Line Breaks](#line-breaks) +* [Tables](#tables) **[References](#references)** |