diff options
author | Rémy Coutable <remy@rymai.me> | 2017-01-26 15:13:44 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-01-26 15:13:44 +0000 |
commit | 329acc683ae8d00e419f1291eca49d7752cdbfac (patch) | |
tree | 9b0fa97a30dfaa84ad4d481706c115f091df72ea | |
parent | 8115c67fd2850c5b3d0294ac652c49ed54f9e740 (diff) | |
parent | 81bffe70b4eaccae52d1db1f3bc8000aabef2118 (diff) | |
download | gitlab-ce-329acc683ae8d00e419f1291eca49d7752cdbfac.tar.gz |
Merge branch 'patch-10' into 'master'
Added recommendation to install github-markdown
See merge request !8103
-rw-r--r-- | app/views/projects/wikis/git_access.html.haml | 7 |
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 |