Welcome to mirror list, hosted at ThFree Co, Russian Federation.

markdown.html.haml « help « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ec9d13f2d6bf779843daf8d6236d359737bae090 (plain)
1
2
3
4
5
6
= 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"))