[Notice] Announcing the End of Demo Server [Read me]
doortts doortts 2018-04-18
help: Update markdown table description
@614936aad0b4a42fef737365583549f4e6590c12
app/views/help/markdown.scala.html
--- app/views/help/markdown.scala.html
+++ app/views/help/markdown.scala.html
@@ -183,18 +183,18 @@
             <div class="row-fluid markdwon-syntax-wrap">
                 <div class="span6 markdwon-syntax">
 <pre>
-| Project Type | Pull Request | Issue |
-| ------------ | ------------ | ----- |
-| Git          | Yes          | Yes   |
-| SVN          | No           | Yes   |
+| Default      | Align center | Align right |
+| ------------ | :----------: | ------: |
+| Carrot       | Red          | 1,000   |
+| Banana       | Yellow       | 32,000  |
 </pre>
                 </div>
                 <div class="span6">
                     <div class="markdown-wrap"   markdown="true">
-| Project Type | Pull Request | Issue |
-| ------------ | ------------ | ----- |
-| Git          | Yes          | Yes   |
-| SVN          | No           | Yes   |
+| Default      | Align center | Align right |
+| ------------ | :----------: | ------: |
+| Carrot       | Red          | 1,000   |
+| Banana       | Yellow       | 32,000  |
                     </div>
                 </div>
             </div>
Add a comment
List