diff --git a/web/markdown-help.html b/web/markdown-help.html index 6853dc41..34a6903f 100644 --- a/web/markdown-help.html +++ b/web/markdown-help.html @@ -375,10 +375,10 @@ separating each column with a pipe |:

-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|