Gitlab Markdown help page
This commit is contained in:
parent
72c6be2d1a
commit
34ba4e1352
4 changed files with 32 additions and 2 deletions
25
app/views/help/markdown.html.haml
Normal file
25
app/views/help/markdown.html.haml
Normal file
|
@ -0,0 +1,25 @@
|
|||
- bash_lexer = Pygments::Lexer[:bash]
|
||||
%h3.page_title Gitlab Markdown
|
||||
.back_link
|
||||
= link_to help_path do
|
||||
← to index
|
||||
%hr
|
||||
|
||||
%p.slead We extend Markdown with some GITLAB specific syntax. It allows you to link to:
|
||||
|
||||
%ul
|
||||
%li issues (#123)
|
||||
%li merge request (!123)
|
||||
%li commits (1234567)
|
||||
%li team members (@foo)
|
||||
%li snippets ($123)
|
||||
|
||||
%p.slead in
|
||||
|
||||
%ul
|
||||
%li commit messages
|
||||
%li notes/comments/wall posts
|
||||
%li issues
|
||||
%li merge requests
|
||||
%li milestones
|
||||
%li wiki pages
|
Loading…
Add table
Add a link
Reference in a new issue