From d46ba8e913b4a2cbe6db2dae6749cb869464a8a2 Mon Sep 17 00:00:00 2001 From: Umputun Date: Thu, 25 Oct 2018 02:20:10 -0500 Subject: [PATCH] fix table formating for md help --- web/markdown-help.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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|