gitlab-org--gitlab-foss/app/views/help/markdown.html.haml
Thurston Stone 2a601d26f2 Adding detailed documentation of the markdown syntax.
This includes standard markdown as well as GitLab extended markdown as well as references to documents used.
2013-06-29 00:44:24 -05:00

7 lines
192 B
Text

= render layout: 'help/layout' do
%h3.page_title GitLab Flavored Markdown
%br
.help_body
= preserve do
= markdown File.read(Rails.root.join("doc", "markdown", "markdown.md"))