Fixes a problem with table display

This commit is contained in:
freearhey 2021-01-16 03:54:50 +03:00
parent 5724e6ddbf
commit 7272671ed9

View file

@ -20,15 +20,18 @@ Or select one of the playlists from the list below.
## Playlists by category ## Playlists by category
#include "./.readme/\_categories.md" <!-- prettier-ignore -->
#include "./.readme/_categories.md"
## Playlists by language ## Playlists by language
#include "./.readme/\_languages.md" <!-- prettier-ignore -->
#include "./.readme/_languages.md"
## Playlists by country ## Playlists by country
#include "./.readme/\_countries.md" <!-- prettier-ignore -->
#include "./.readme/_countries.md"
## For Developers ## For Developers