mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 23:56:09 +10:00
7 lines
186 B
Plaintext
7 lines
186 B
Plaintext
= render layout: 'help/layout' do
|
|
%h3.page-title GitLab Flavored Markdown
|
|
|
|
.help_body
|
|
= preserve do
|
|
= markdown File.read(Rails.root.join("doc", "markdown", "markdown.md"))
|