summaryrefslogtreecommitdiff
path: root/doc/markdown
diff options
context:
space:
mode:
authorA. Felipe Cabargas Madrid <felipe.cabargas@gmail.com>2016-03-10 15:54:13 -0300
committerA. Felipe Cabargas Madrid <felipe.cabargas@gmail.com>2016-03-10 16:01:58 -0300
commitc54879508423d5a2c0ecef7511d28ea08121be57 (patch)
tree33d304e46ad7d21417908f18d9f02f959726f173 /doc/markdown
parent8ecdc0a7de05d81247f2892c7d7e2850ea5f811d (diff)
downloadgitlab-ce-c54879508423d5a2c0ecef7511d28ea08121be57.tar.gz
Added redcarpet usage reference to markdown documentation
Diffstat (limited to 'doc/markdown')
-rw-r--r--doc/markdown/markdown.md3
1 files changed, 3 insertions, 0 deletions
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"