From 6c8d9008c274a4b79c765588c98f83a0a477d407 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Ord=C3=A1s?=
<3125580+davorpa@users.noreply.github.com>
Date: Thu, 4 Nov 2021 18:26:57 +0100
Subject: [PATCH] docs(contributing): Move anchor alias to inside list items
... there where an anchor alias `` is used near to each of those list items
This solves markdownlint `MD032/blanks-around-lists` issue
---
CONTRIBUTING-de.md | 3 +--
CONTRIBUTING-el.md | 8 ++++----
CONTRIBUTING-es.md | 6 ++----
CONTRIBUTING-fa_IR.md | 4 ++--
CONTRIBUTING-fil.md | 6 ++----
CONTRIBUTING-fr.md | 3 +--
CONTRIBUTING-it.md | 6 ++----
CONTRIBUTING-ko.md | 3 +--
CONTRIBUTING-pt_BR.md | 5 ++---
CONTRIBUTING-ru.md | 3 +--
CONTRIBUTING-vi.md | 3 +--
CONTRIBUTING-zh.md | 3 +--
CONTRIBUTING-zh_TW.md | 3 +--
CONTRIBUTING.md | 6 ++----
14 files changed, 23 insertions(+), 39 deletions(-)
diff --git a/CONTRIBUTING-de.md b/CONTRIBUTING-de.md
index 03d9b5df2..3c6ed069c 100644
--- a/CONTRIBUTING-de.md
+++ b/CONTRIBUTING-de.md
@@ -122,8 +122,7 @@ FALSCH : * [Ein sehr tolles Buch](https://example.org/book.html) - Jane Roe - 19
RICHTIG: * [Ein sehr tolles Buch (1970)](https://example.org/book.html) - Jane Roe
```
-
-- Bücher in Bearbeitung:
+- Bücher in Bearbeitung:
```
RICHTIG: * [Wird bald ein tolles Buch sein](http://example.com/book2.html) - John Doe (HTML) (:construction: *in Bearbeitung*)
diff --git a/CONTRIBUTING-el.md b/CONTRIBUTING-el.md
index 9d96b9583..4c1dfa5b6 100644
--- a/CONTRIBUTING-el.md
+++ b/CONTRIBUTING-el.md
@@ -127,14 +127,14 @@
ΚΑΚΟ: * [Ένα Πολύ Φοβερό Βιβλίο](https://example.org/book.html) - Jane Roe - 1970
ΚΑΛΟ: * [Ένα Πολύ Φοβερό Βιβλίο (1970)](https://example.org/book.html) - Jane Roe
```
-
-- Βιβλία σε εξέλιξη:
+
+- Βιβλία σε εξέλιξη:
```
ΚΑΛΟ: * [Θα Είναι Σύντομα Ένα Φοβερό Βιβλίο](http://example.com/book2.html) - John Doe (HTML) (:construction: *σε εξέλιξη*)
```
-
-- Αρχειοθετημένοι σύνδεσμοι:
+
+- Αρχειοθετημένοι σύνδεσμοι:
```
ΚΑΛΟ: * [Ένα Ενδιαφέρον Way-backed Βιβλίο](https://web.archive.org/web/20211016123456/http://example.com/) - John Doe (HTML) *(:card_file_box: αρχειοθετημένο)*
diff --git a/CONTRIBUTING-es.md b/CONTRIBUTING-es.md
index 43d494aa5..0d2e82b08 100644
--- a/CONTRIBUTING-es.md
+++ b/CONTRIBUTING-es.md
@@ -128,15 +128,13 @@ Ejemplo:
CORRECTO : * [Un libro bastante especial (1970)](https://example.org/book.html) - Jane Roe
```
-
-- Libros en proceso / no acabados aún:
+- Libros en proceso / no acabados aún:
```
CORRECTO: * [A punto de ser un libro fascinante](http://example.com/book2.html) - John Doe (HTML) (:construction: *en proceso*)
```
-
-- Enlaces archivados:
+- Enlaces archivados:
```
CORRECTO: * [Un recurso recuperado a partir de su línea de tiempo](https://web.archive.org/web/20211016123456/http://example.com/) - John Doe (HTML) *(:card_file_box: archivado)*
diff --git a/CONTRIBUTING-fa_IR.md b/CONTRIBUTING-fa_IR.md
index fc7401428..e817cc91d 100644
--- a/CONTRIBUTING-fa_IR.md
+++ b/CONTRIBUTING-fa_IR.md
@@ -122,8 +122,8 @@
خوب: * [یک کتاب خیلی عالی (1970)](https://example.org/book.html) - نام نویسنده
```
-
-* کتابهای در دست تالیف:
+
+* کتابهای در دست تالیف:
```
خوب: * [کتابی که عالی خواهدشد](http://example.com/book2.html) - نام نویسنده (HTML) (:construction: *in process*)
diff --git a/CONTRIBUTING-fil.md b/CONTRIBUTING-fil.md
index 064914a37..df3256424 100644
--- a/CONTRIBUTING-fil.md
+++ b/CONTRIBUTING-fil.md
@@ -125,15 +125,13 @@ BAD : * [A Very Awesome Book](https://example.org/book.html) - Jane Roe - 1970
GOOD: * [A Very Awesome Book (1970)](https://example.org/book.html) - Jane Roe
```
-
-- In-process books:
+- In-process books:
```
GOOD: * [Will Be An Awesome Book Soon](http://example.com/book2.html) - John Doe (HTML) (:construction: *in process*)
```
-
-- Archived link:
+- Archived link:
```
GOOD: * [A Way-backed Interesting Book](https://web.archive.org/web/20211016123456/http://example.com/) - John Doe (HTML) *(:card_file_box: archived)*
diff --git a/CONTRIBUTING-fr.md b/CONTRIBUTING-fr.md
index 8bf9a6594..d739ccbe8 100644
--- a/CONTRIBUTING-fr.md
+++ b/CONTRIBUTING-fr.md
@@ -123,8 +123,7 @@ MAUVAIS : * [Un Autre Livre Génial](https://exemple.org/livre.html) - Jane Roe
BIEN : * [Un Autre Livre Génial (1970)](https://exemple.org/livre.html) - Jane Roe
```
-
-- Livres en cours :
+- Livres en cours :
```
BIEN : * [Sera bientôt un livre génial](http://exemple.com/livre2.html) - John Doe (HTML) (:construction: *in process*)
diff --git a/CONTRIBUTING-it.md b/CONTRIBUTING-it.md
index bcb3fe68d..3ef382d3c 100644
--- a/CONTRIBUTING-it.md
+++ b/CONTRIBUTING-it.md
@@ -125,15 +125,13 @@ SCORRETTO : * [A Very Awesome Book](https://example.org/book.html) - Jane Roe -
CORRETTO: * [A Very Awesome Book (1970)](https://example.org/book.html) - Jane Roe
```
-
-- Libri in sviluppo:
+- Libri in sviluppo:
```
CORRETTO: * [Will Be An Awesome Book Soon](http://example.com/book2.html) - John Doe (HTML) (:construction: *in process*)
```
-
-- Link archiviato:
+- Link archiviato:
```
CORRETTO: * [A Way-backed Interesting Book](https://web.archive.org/web/20211016123456/http://example.com/) - John Doe (HTML) *(:card_file_box: archived)*
diff --git a/CONTRIBUTING-ko.md b/CONTRIBUTING-ko.md
index 76cc9c176..67cfd7da5 100644
--- a/CONTRIBUTING-ko.md
+++ b/CONTRIBUTING-ko.md
@@ -117,8 +117,7 @@ BAD : * [A Very Awesome Book](https://example.org/book.html) - Jane Roe - 1970
GOOD: * [A Very Awesome Book (1970)](https://example.org/book.html) - Jane Roe
```
-
-- 작성중인 책:
+- 작성중인 책:
```
GOOD: * [Will Be An Awesome Book Soon](http://example.com/book2.html) - John Doe (HTML) (:construction: *in process*)
diff --git a/CONTRIBUTING-pt_BR.md b/CONTRIBUTING-pt_BR.md
index 8781db760..c85336911 100644
--- a/CONTRIBUTING-pt_BR.md
+++ b/CONTRIBUTING-pt_BR.md
@@ -53,7 +53,7 @@ Ao contribuir você concorda em respeitar o [Código de Conduta](https://github.
- prefira _commits_ atômicos (um _commit_ para cada adição/deleção/modificação) ao invés de _commits_ maiores. Não é necessário fazer o _squash_ de seus _commits_ antes de submeter um PR. Nunca iremos impor esta regra dado que é apenas uma questão de conveniência para os mantenedores).
- se o livro for mais antigo, inclua a data de publicação no título.
- inclua o(s) nome(s) do(s) autor(es) onde for apropriado. Você pode encurtar a lista de autores com "et al".
-- se o livro não estiver completo, e ainda está sendo escrito, adicione a notação "em processo", como descrito [abaixo.](#em_processo)
+- se o livro não estiver completo, e ainda está sendo escrito, adicione a notação "em processo", como descrito [abaixo.](#in_process)
- se um endereço de email ou configuração de conta for solicitado antes que o _download_ seja habilitado, adicione uma observação no idioma apropriado e entre parênteses. Por exemplo: `(endereço de email é *pedido*, não obrigatório)`.
@@ -123,8 +123,7 @@ RUIM : * [Um Livro Muito Incrível](https://exemplo.org/livro.html) - Fulana de
BOM : * [Um Livro Muito Incrível (1970)](https://exemplo.org/livro.html) - Fulana de Tal
```
-
-- Livros em processo:
+- Livros em processo:
```
BOM : * [Será Um Livro Incrível Em Breve](http://exemplo.com/livro2.html) - Fulano de Tal (HTML) (:construction: *em processo*)
diff --git a/CONTRIBUTING-ru.md b/CONTRIBUTING-ru.md
index 195f5cc4d..c26d30106 100644
--- a/CONTRIBUTING-ru.md
+++ b/CONTRIBUTING-ru.md
@@ -127,8 +127,7 @@
ХОРОШО: * [Очень хорошая книга (1970)](https://example.org/book.html) - Джейн Роу
```
-
-- Незавершенные книги:
+- Незавершенные книги:
```
ХОРОШО: * [Скоро будет отличная книга](http://example.com/book2.html) - Джон Доу (HTML) (:construction: *in process*)
diff --git a/CONTRIBUTING-vi.md b/CONTRIBUTING-vi.md
index d84de8896..895ab8e94 100644
--- a/CONTRIBUTING-vi.md
+++ b/CONTRIBUTING-vi.md
@@ -132,8 +132,7 @@ Tệ : * [Một cuốn sách rất tuyệt vời](https://example.org/book.html)
Tốt: * [Một cuốn sách rất tuyệt vời (1970)](https://example.org/book.html) - Jane Roe
```
-
-- Sách đang trong quá trình viết:
+- Sách đang trong quá trình viết:
```
Tốt: * [Sách sẽ sớm trở nên tuyệt vời](http://example.com/book2.html) - John Doe (HTML) (:construction: *in process*)
diff --git a/CONTRIBUTING-zh.md b/CONTRIBUTING-zh.md
index d1a8d9970..583fa433c 100644
--- a/CONTRIBUTING-zh.md
+++ b/CONTRIBUTING-zh.md
@@ -142,8 +142,7 @@
正确:* [一本很有用的书 (1970)](https://example.org/book.html) - 张显宗
```
-
-* 编写(翻译)中的书籍:
+* 编写(翻译)中的书籍:
```
正确:* [马上出版的一本书](http://example.com/book2.html) - 张显宗 (HTML) (:construction: *编写中*)
diff --git a/CONTRIBUTING-zh_TW.md b/CONTRIBUTING-zh_TW.md
index 3fdab7cbc..c1dec406b 100644
--- a/CONTRIBUTING-zh_TW.md
+++ b/CONTRIBUTING-zh_TW.md
@@ -144,8 +144,7 @@
正確:* [一本很有用的書 (1970)](https://example.org/book.html) - 張顯宗
```
-
-* 編寫(翻譯)中的書籍:
+* 編寫(翻譯)中的書籍:
```
正確:* [即將出版的一本書](http://example.com/book2.html) - 張顯宗 (HTML) (:construction: *編寫中*)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 8ac0725c0..3862599a3 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -123,15 +123,13 @@ BAD : * [A Very Awesome Book](https://example.org/book.html) - Jane Roe - 1970
GOOD: * [A Very Awesome Book (1970)](https://example.org/book.html) - Jane Roe
```
-
-- In-process books:
+- In-process books:
```
GOOD: * [Will Be An Awesome Book Soon](http://example.com/book2.html) - John Doe (HTML) (:construction: *in process*)
```
-
-- Archived link:
+- Archived link:
```
GOOD: * [A Way-backed Interesting Book](https://web.archive.org/web/20211016123456/http://example.com/) - John Doe (HTML) *(:card_file_box: archived)*