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:
authorA. Felipe Cabargas Madrid <felipe.cabargas@gmail.com>2016-03-10 22:12:50 +0300
committerA. Felipe Cabargas Madrid <felipe.cabargas@gmail.com>2016-03-10 22:12:50 +0300
commitb04020506d6e7b641427763b0052c8b7582db9b7 (patch)
tree85cefb7f5eb9cfea858af58f8af56b303b82360c /doc/markdown
parent43a4762d50d06e5bd575a33842944ffde073abdd (diff)
Capitalize Rouge mentions
Diffstat (limited to 'doc/markdown')
-rw-r--r--doc/markdown/markdown.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/markdown/markdown.md b/doc/markdown/markdown.md
index 593fc5a6eef..e6eb1cf3819 100644
--- a/doc/markdown/markdown.md
+++ b/doc/markdown/markdown.md
@@ -90,8 +90,8 @@ GFM will autolink almost any URL you copy and paste into your text.
## Code and Syntax Highlighting
-_GitLab uses the [rouge ruby library][rouge] for syntax highlighting. For a
-list of supported languages visit the rouge website._
+_GitLab uses the [Rouge Ruby library][rouge] for syntax highlighting. For a
+list of supported languages visit the Rouge website._
Blocks of code are either fenced by lines with three back-ticks <code>```</code>, or are indented with four spaces. Only the fenced code blocks support syntax highlighting.