Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-05 09:52:43 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-05 09:52:43 +0400
commitfe2cb593f99f0cf2c4ac4efe624ae8b4b11f1be8 (patch)
tree2a5dbb3b959452a63e7483da307f77113dabb98b /doc/markdown
parent5bb2840dc406bde0cf2318fdc8f6c4596351b4a7 (diff)
Improve markdown doc
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'doc/markdown')
-rw-r--r--doc/markdown/markdown.md46
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)**