From f3d78ee31a23b012e1aa6d149a9cab4d9d329d06 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sun, 8 Mar 2015 15:21:47 -0700 Subject: [PATCH] Add markdown info to UI dev kit page --- app/views/help/ui.html.haml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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")}. -- GitLab