Corrected HAML markup in git_access.html.haml

This commit is contained in:
Benny Powers 2017-01-17 00:12:14 +00:00 committed by Benny Powers
parent 66a862ad44
commit 69e8aec0ea

View file

@ -14,7 +14,13 @@
.wiki-git-access
%h3 Install Gollum
%p= It is recommended to install github-markdown so that GFM features render locally
%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