From a249602cf3452c34bb4fcb0200f8c18f2435895f Mon Sep 17 00:00:00 2001 From: Brian Beck Date: Mon, 28 Nov 2016 19:24:45 -0800 Subject: [PATCH] Fix table heading alignment --- doc/types.md | 6 ++++-- scripts/render-types.js | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/types.md b/doc/types.md index 4d2bc3a..08e0a15 100644 --- a/doc/types.md +++ b/doc/types.md @@ -3771,7 +3771,8 @@ these results were found through a search. ### ReleaseGroupType - + + @@ -3873,7 +3874,8 @@ reference use rather than for general public release. ### ReleaseStatus
ValueDescriptionValueDescription
ALBUM
- + + diff --git a/scripts/render-types.js b/scripts/render-types.js index 679fa6e..b114f56 100644 --- a/scripts/render-types.js +++ b/scripts/render-types.js @@ -117,7 +117,8 @@ enums.forEach(type => { console.log(`${type.description}\n`) } console.log('
ValueDescriptionValueDescription
OFFICIAL
') - console.log(' ') + console.log(' ') + console.log(' ') console.log('') type.enumValues.forEach(value => { console.log(' ')
ValueDescriptionValueDescription