Corrected HAML markup in git_access.html.haml
This commit is contained in:
parent
66a862ad44
commit
69e8aec0ea
1 changed files with 7 additions and 1 deletions
|
@ -14,7 +14,13 @@
|
||||||
|
|
||||||
.wiki-git-access
|
.wiki-git-access
|
||||||
%h3 Install Gollum
|
%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
|
%pre.dark
|
||||||
:preserve
|
:preserve
|
||||||
gem install github-markdown
|
gem install github-markdown
|
||||||
|
|
Loading…
Reference in a new issue