From 3bcc1e98006cb997468832e8e272cf1e527396ce Mon Sep 17 00:00:00 2001
From: mmcky <mmcky@users.noreply.github.com>
Date: Wed, 1 Mar 2023 12:44:59 +1100
Subject: [PATCH] DOCS: Fix table and formatting in CHANGELOG (#1947)

* DOCS: fix minor table formatting issue in CHANGELOG

* update to format
---
 CHANGELOG.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6f4b5fe6..5894cac7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,14 +27,13 @@ A [migration assistance page](https://jupyterbook.org/en/stable/explain/migratio
 
 However this excludes the many major contributions in underlying projects which are documented in the table below.
 
-|---------|---------------|
 | Package | Contributions |
 |---------|---------------|
 | [myst-nb](https://github.com/executablebooks/MyST-NB) | [contributors](https://github.com/executablebooks/MyST-NB/graphs/contributors?from=2022-02-11&to=2023-02-28&type=c) |
 | [myst-parser](https://github.com/executablebooks/myst-parser) | [contributors](https://github.com/executablebooks/myst-parser/graphs/contributors?from=2021-06-13&to=2023-02-28&type=c) |
 | [sphinx-design](https://github.com/executablebooks/sphinx-design) | [contributors](https://github.com/executablebooks/sphinx-design/graphs/contributors?from=2022-04-21&to=2023-02-28&type=c) |
-|| [sphinx-thebe](https://github.com/executablebooks/sphinx-thebe) | [contributors](https://github.com/executablebooks/sphinx-thebe/graphs/contributors?from=2022-04-30&to=2023-02-28&type=c) |
-|| [sphinx-book-theme](https://github.com/executablebooks/sphinx-book-theme) | [contributors](https://github.com/executablebooks/sphinx-book-theme/graphs/contributors?from=2022-03-28&to=2023-01-05&type=c) |
+| [sphinx-thebe](https://github.com/executablebooks/sphinx-thebe) | [contributors](https://github.com/executablebooks/sphinx-thebe/graphs/contributors?from=2022-04-30&to=2023-02-28&type=c) |
+| [sphinx-book-theme](https://github.com/executablebooks/sphinx-book-theme) | [contributors](https://github.com/executablebooks/sphinx-book-theme/graphs/contributors?from=2022-03-28&to=2023-01-05&type=c) |
 
 
 ## v0.13.2 - 2023-02-07
-- 
GitLab