[Notice] Announcing the End of Demo Server [Read me]
doortts doortts 2017-09-26
markdown: Change dot char to dash in help area
@7c85e76c3726a91e541ce4a77825e5895c728486
app/views/help/markdown.scala.html
--- app/views/help/markdown.scala.html
+++ app/views/help/markdown.scala.html
@@ -89,18 +89,18 @@
             <div class="row-fluid markdwon-syntax-wrap">
                 <div class="span6 markdwon-syntax">
 <pre>
-* Red
+- Red
     1. White
     2. Blue
-* Green.
+- Green.
 </pre>
                 </div>
                 <div class="span6">
                     <div class="markdown-wrap"   markdown="true">
-* Red
+- Red
     1. White
     2. Blue
-* Green
+- Green
                     </div>
                 </div>
             </div>
Add a comment
List