From 7272671ed9e82e8e8b09f0cb4615e4f997b465b8 Mon Sep 17 00:00:00 2001
From: freearhey <free.arhey@gmail.com>
Date: Sat, 16 Jan 2021 03:54:50 +0300
Subject: [PATCH] Fixes a problem with table display

---
 .readme/template.md | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/.readme/template.md b/.readme/template.md
index 05c5cc637..a67165a52 100644
--- a/.readme/template.md
+++ b/.readme/template.md
@@ -20,15 +20,18 @@ Or select one of the playlists from the list below.
 
 ## Playlists by category
 
-#include "./.readme/\_categories.md"
+<!-- prettier-ignore -->
+#include "./.readme/_categories.md"
 
 ## Playlists by language
 
-#include "./.readme/\_languages.md"
+<!-- prettier-ignore -->
+#include "./.readme/_languages.md"
 
 ## Playlists by country
 
-#include "./.readme/\_countries.md"
+<!-- prettier-ignore -->
+#include "./.readme/_countries.md"
 
 ## For Developers