about summary refs log tree commit diff stats
path: root/doc/config.md
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2023-09-20 17:43:07 +0200
committerbptato <nincsnevem662@gmail.com>2023-09-20 17:43:07 +0200
commit65372679266e87b9dc8de8fe29d6f55c41956868 (patch)
tree95782ad01dd657c5a05696855133a5c93eb332fa /doc/config.md
parente746fcf957239d5e9210fdc6bad333fa9e1a7364 (diff)
downloadchawan-65372679266e87b9dc8de8fe29d6f55c41956868.tar.gz
add table_rewrite.sh
pandoc can only generate manpage tables from markdown tables, but the
markdown pipe table syntax is horrible. So instead of rewriting our markdown
documentation to use that syntax, just programmatically rewrite it.
Diffstat (limited to 'doc/config.md')
-rw-r--r--doc/config.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/config.md b/doc/config.md
index 2e989bd1..8c8acff6 100644
--- a/doc/config.md
+++ b/doc/config.md
@@ -286,8 +286,8 @@ completely.</td>
 </tr>
 
 <tr>
-<td>no-format-mode
-<td>["bold", "italic", "underline", "reverse", "strike", "overline", "blink"]
+<td>no-format-mode</td>
+<td>["bold", "italic", "underline", "reverse", "strike", "overline", "blink"]</td>
 <td>Disable specified formatting modes.</td>
 </tr>