summaryrefslogtreecommitdiff
path: root/app/views/help/ui.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-08 15:21:47 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-08 15:21:47 -0700
commitf3d78ee31a23b012e1aa6d149a9cab4d9d329d06 (patch)
tree3b44a96dd3e5386fe381e50a73d4c196928b808b /app/views/help/ui.html.haml
parent1b5ca280d80e537a16cb9d8c22b605181a66c91f (diff)
downloadgitlab-ce-f3d78ee31a23b012e1aa6d149a9cab4d9d329d06.tar.gz
Add markdown info to UI dev kit page
Diffstat (limited to 'app/views/help/ui.html.haml')
-rw-r--r--app/views/help/ui.html.haml16
1 files changed, 16 insertions, 0 deletions
diff --git a/app/views/help/ui.html.haml b/app/views/help/ui.html.haml
index cf6833c92c8..58de5b7c869 100644
--- a/app/views/help/ui.html.haml
+++ b/app/views/help/ui.html.haml
@@ -21,6 +21,8 @@
= link_to 'Alerts', '#alerts'
%li
= link_to 'Forms', '#forms'
+ %li
+ = link_to 'Markdown', '#markdown'
%h2#blocks Blocks
@@ -190,3 +192,17 @@
%input{:type => "checkbox"}/
Remember me
%button.btn.btn-default{:type => "submit"} Sign in
+
+ %h2#markdown Markdown
+ %h3
+ %code .md or .wiki and others
+
+ Markdown rendering has a bit different css and presented in next UI elements:
+
+ %ul
+ %li comment
+ %li issue, merge request description
+ %li wiki page
+ %li help page
+
+ You can check how markdown rendered at #{link_to 'Markdown help page', help_page_path("markdown", "markdown")}.