From d83201248ac328252b2f5b57a41e89870f9c8997 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Fri, 16 Nov 2018 18:42:04 -0700 Subject: [PATCH] Fix tables hopefully --- docs/art/mci.md | 2 +- docs/art/themes.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/art/mci.md b/docs/art/mci.md index 36ca4aa6..bc6bab5a 100644 --- a/docs/art/mci.md +++ b/docs/art/mci.md @@ -71,8 +71,8 @@ for a full listing. Many codes attempt to pay homage to Oblivion/2, iNiQUiTY, et | `SU` | Total uploads, system wide | | `SP` | Total uploaded amount, system wide (formatted to appropriate bytes/megs/etc.) | - Some additional special case codes also exist: + | Code | Description | |--------|--------------| | `CF##` | Moves the cursor position forward _##_ characters | diff --git a/docs/art/themes.md b/docs/art/themes.md index f0093897..713e2d72 100644 --- a/docs/art/themes.md +++ b/docs/art/themes.md @@ -42,7 +42,7 @@ The `info` configuration block describes the theme itself. The `customization` block in is itself broken up into major parts: | Item | Description | -|-------------|----------|----------------------------------------------------------| +|-------------|---------------------------------------------------| | `defaults` | Default values to use when this theme is active. These values override system defaults, but can still be overridden themselves in specific areas of your theme. | | `menus` | The bulk of what you theme in the system will be here. Any menu (that is, anything you find in `menu.hjson`) can be tweaked. | | `prompts` | Similar to `menus`, this file themes prompts found in `prompts.hjson`. |