From af7a88f4cd8fe67d4e0f8b2c7a22e8662ed80060 Mon Sep 17 00:00:00 2001
From: Nathan Schneider <nathan.schneider@colorado.edu>
Date: Wed, 5 Oct 2022 04:22:53 +0000
Subject: [PATCH] Removed <table>s from Contributing

---
 files/docs/about/contributing.md | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/files/docs/about/contributing.md b/files/docs/about/contributing.md
index 0bc9948..917e059 100644
--- a/files/docs/about/contributing.md
+++ b/files/docs/about/contributing.md
@@ -10,7 +10,6 @@ Projects may still be operating, but they should be meaningfully inactive for at
 
 Cite source material as much as possible with in-text hyperlinks.
 
-
 ## Entry format
 
 Each entry should have the following sections:
@@ -21,13 +20,10 @@ Each entry should have the following sections:
 * Lessons - Distill lessons from the project, with headlines in **bold**
 * Links - Useful links about the project, starting with the official "Website," along with resources like a Wikipedia page, a codebase, and comprehensive articles elsewhere. Provide at least one Wayback Machine link to the project's website during its heyday.
 
-
 ## Steps for making an edit
 
 Crypto Wake is hosted on a repository in GitLab, and entries are written in a simple format called [Markdown](https://www.markdownguide.org/cheat-sheet). To contribute, use the following steps:
 
-
-<table><tr><td>
 ### Edit an existing Story
 
 * Press the pencil icon in the top-right of the Story's page to visit its source page on GitLab.
@@ -35,7 +31,6 @@ Crypto Wake is hosted on a repository in GitLab, and entries are written in a si
 * Press "Open in Web IDE." When prompted, press "Fork project." This will create a copy of the project on your account.
 * Proceed with "Make and save your changes" below.
 
-</td><td>
 ### Create a new Story
 
 * Press "Contribute" on the top-right of the website, or go [here](https://gitlab.com/medlabboulder/crypto-wake/)
@@ -43,7 +38,6 @@ Crypto Wake is hosted on a repository in GitLab, and entries are written in a si
 * Then press "Web IDE" on the main repository page. When prompted, press "Fork project." This will create a copy of the project on your account.
 * On the left file listing, navigate to `files > docs > stories` to see a list of existing story pages. Create a new one using the pop-up menu next to the `stories` folder. Follow the naming convention of the other Stories.
 * Proceed with "Make and save your changes" below.
-</td></tr></table>
 
 ### Make and save your changes: