From 200c3ce55bb97f5534549c931810240edad0df83 Mon Sep 17 00:00:00 2001 From: Raz Luvaton Date: Wed, 14 Jul 2021 20:03:05 +0300 Subject: [PATCH] migrate: update the html comments after the contributors list to have new line before them Must have new lines before the HTML comments as it will fail without. I assume that when they are right after the HTML the parsing done by Docusaurus thinks this comments are part of the HTML which will try to convert it into a React component which will which would fail the build as HTML comments in React are unsupported (instead of `` you need to do `{/* comment */}`) --- README.basque.md | 1 + README.indonesian.md | 1 + README.japanese.md | 1 + README.korean.md | 1 + 4 files changed, 4 insertions(+) diff --git a/README.basque.md b/README.basque.md index 1132641e9..bf3012f2c 100644 --- a/README.basque.md +++ b/README.basque.md @@ -1573,6 +1573,7 @@ Eskerrik asko proiektu honetan parte hartu duten pertsona zoragarriei!
KHADIR Tayeb

🖋 + diff --git a/README.indonesian.md b/README.indonesian.md index 1b6fed385..d248e8547 100644 --- a/README.indonesian.md +++ b/README.indonesian.md @@ -1572,6 +1572,7 @@ Terima kasih kepada orang-orang hebat ini yang telah berkontribusi pada reposito
KHADIR Tayeb

🖋 + diff --git a/README.japanese.md b/README.japanese.md index 26f75b3b3..c4c3e2380 100644 --- a/README.japanese.md +++ b/README.japanese.md @@ -1563,6 +1563,7 @@ JavaScript とそのエコシステム(React、Node.js、TypeScript、GraphQL
KHADIR Tayeb

🖋 + diff --git a/README.korean.md b/README.korean.md index f141d2f70..c0d5716ba 100644 --- a/README.korean.md +++ b/README.korean.md @@ -1369,6 +1369,7 @@ null == undefined; // true
KHADIR Tayeb

🖋 +