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
path: root/app
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-01-26 18:13:44 +0300
committerRémy Coutable <remy@rymai.me>2017-01-26 18:13:44 +0300
commit329acc683ae8d00e419f1291eca49d7752cdbfac (patch)
tree9b0fa97a30dfaa84ad4d481706c115f091df72ea /app
parent8115c67fd2850c5b3d0294ac652c49ed54f9e740 (diff)
parent81bffe70b4eaccae52d1db1f3bc8000aabef2118 (diff)
Merge branch 'patch-10' into 'master'
Added recommendation to install github-markdown See merge request !8103
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/wikis/git_access.html.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/projects/wikis/git_access.html.haml b/app/views/projects/wikis/git_access.html.haml
index e25d6a48573..fb0efd85dcd 100644
--- a/app/views/projects/wikis/git_access.html.haml
+++ b/app/views/projects/wikis/git_access.html.haml
@@ -17,6 +17,13 @@
%pre.dark
:preserve
gem install gollum
+ %p
+ It is recommended to install
+ %code github-markdown
+ so that GFM features render locally:
+ %pre.dark
+ :preserve
+ gem install github-markdown
%h3 Clone your wiki
%pre.dark