From 93b6773e46db4ee39d7d0b9a22a977bfd8a7a628 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Mon, 20 Sep 2021 21:58:12 +0200 Subject: [PATCH] Fix markdown table --- content/posts/json-vs-databases.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/posts/json-vs-databases.md b/content/posts/json-vs-databases.md index f0d8fb1..6733870 100644 --- a/content/posts/json-vs-databases.md +++ b/content/posts/json-vs-databases.md @@ -55,6 +55,7 @@ Table of students: Student Grades: | Student | Subject | Grade | Year | +|---------|-------------------|-------|------| | 0 | Mathematics | B | 2020 | | 0 | Physics | A | 2020 | | 1 | Computer Networks | C | 2021 |