[Notice] Announcing the End of Demo Server [Read me]
markdown: Change dot char to dash in help area
@7c85e76c3726a91e541ce4a77825e5895c728486
--- app/views/help/markdown.scala.html
+++ app/views/help/markdown.scala.html
... | ... | @@ -89,18 +89,18 @@ |
89 | 89 |
<div class="row-fluid markdwon-syntax-wrap"> |
90 | 90 |
<div class="span6 markdwon-syntax"> |
91 | 91 |
<pre> |
92 |
-* Red |
|
92 |
+- Red |
|
93 | 93 |
1. White |
94 | 94 |
2. Blue |
95 |
-* Green. |
|
95 |
+- Green. |
|
96 | 96 |
</pre> |
97 | 97 |
</div> |
98 | 98 |
<div class="span6"> |
99 | 99 |
<div class="markdown-wrap" markdown="true"> |
100 |
-* Red |
|
100 |
+- Red |
|
101 | 101 |
1. White |
102 | 102 |
2. Blue |
103 |
-* Green |
|
103 |
+- Green |
|
104 | 104 |
</div> |
105 | 105 |
</div> |
106 | 106 |
</div> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?