From: Jean-Baptiste Lievremont Date: Fri, 9 May 2014 12:40:24 +0000 (+0200) Subject: SONAR-4681 Update Markdown documentation page with latest features X-Git-Tag: 4.4-RC1~1155 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5b12e30d1365d52b3c928265a2461b12091b0e68;p=sonarqube.git SONAR-4681 Update Markdown documentation page with latest features --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/markdown/help.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/markdown/help.html.erb index 5f56037851c..fe0b4702f53 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/markdown/help.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/markdown/help.html.erb @@ -17,13 +17,42 @@ http://sonarqube.org - * bulleted point - + * first item
+ * second item + + + 1. first item
+ 1. second item + +
    +
  1. first item
  2. +
  3. second item
  4. +
+ + + + + = Heading Level 1
+ == Heading Level 2
+ === Heading Level 3
+ ==== Heading Level 4
+ ===== Heading Level 5
+ ====== Heading Level 6
+ +

Heading Level 1

+

Heading Level 2

+

Heading Level 3

+

Heading Level 4

+
Heading Level 5
+
Heading Level 6
+ + ``Lists#newArrayList()`` Lists#newArrayList() @@ -41,12 +70,32 @@ // code on multiple lines public void foo() { - // do some logic here + // do some logic here } + + + Standard text
+ > Blockquoted text
+ > that spans multiple lines
+ + +

Standard text

+
Blockquoted text
+ that spans multiple lines
+ + + + + [SonarQube™ Home Page](http://www.sonarqube.org) + + + SonarQube™ Home Page + +