fix table formating for md help

This commit is contained in:
Umputun
2018-10-25 02:20:10 -05:00
parent cdea2bc293
commit d46ba8e913
+4 -4
View File
@@ -375,10 +375,10 @@
separating each column with a pipe |:</p>
<pre>
First Header | Second Header
------------ | -------------
Content from cell 1 | Content from cell 2
Content in the first column | Content in the second column
|First Header | Second Header|
|------------ | -------------|
|Content from cell 1 | Content from cell 2|
|Content in the first column | Content in the second column|
</pre>