From c54879508423d5a2c0ecef7511d28ea08121be57 Mon Sep 17 00:00:00 2001 From: "A. Felipe Cabargas Madrid" Date: Thu, 10 Mar 2016 15:54:13 -0300 Subject: Added redcarpet usage reference to markdown documentation --- doc/markdown/markdown.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/markdown/markdown.md b/doc/markdown/markdown.md index cbf57db5684..e399524e521 100644 --- a/doc/markdown/markdown.md +++ b/doc/markdown/markdown.md @@ -29,6 +29,8 @@ ## GitLab Flavored Markdown (GFM) +_GitLab uses the [redcarpet ruby library][redcarpet] for markdown processing._ + For GitLab we developed something we call "GitLab Flavored Markdown" (GFM). It extends the standard Markdown in a few significant ways to add some useful functionality. You can use GFM in @@ -591,3 +593,4 @@ By including colons in the header row, you can align the text within that column - [Dillinger.io](http://dillinger.io) is a handy tool for testing standard markdown. [rouge]: http://rouge.jneen.net/ "Rouge website" +[redcarpet]: https://github.com/vmg/redcarpet "Redcarpet website" -- cgit v1.2.3 From 43a4762d50d06e5bd575a33842944ffde073abdd Mon Sep 17 00:00:00 2001 From: "A. Felipe Cabargas Madrid" Date: Thu, 10 Mar 2016 16:11:59 -0300 Subject: Capitalize names of technologies --- doc/markdown/markdown.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/markdown/markdown.md b/doc/markdown/markdown.md index e399524e521..593fc5a6eef 100644 --- a/doc/markdown/markdown.md +++ b/doc/markdown/markdown.md @@ -29,7 +29,7 @@ ## GitLab Flavored Markdown (GFM) -_GitLab uses the [redcarpet ruby library][redcarpet] for markdown processing._ +_GitLab uses the [Redcarpet Ruby library][redcarpet] for Markdown processing._ For GitLab we developed something we call "GitLab Flavored Markdown" (GFM). It extends the standard Markdown in a few significant ways to add some useful functionality. -- cgit v1.2.3 From b04020506d6e7b641427763b0052c8b7582db9b7 Mon Sep 17 00:00:00 2001 From: "A. Felipe Cabargas Madrid" Date: Thu, 10 Mar 2016 16:12:50 -0300 Subject: Capitalize Rouge mentions --- doc/markdown/markdown.md | 4 ++-- 1 file 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 ```, or are indented with four spaces. Only the fenced code blocks support syntax highlighting. -- cgit v1.2.3