From a11f6efa33e08bd8f548d7da86138b99a6b4e7c3 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 7 Mar 2024 00:59:01 +0100 Subject: [PATCH] markdown fixes --- readme_generator/templates/README.md.j2 | 7 ++++--- readme_generator/templates/README_fr.md.j2 | 12 ++++++------ 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/readme_generator/templates/README.md.j2 b/readme_generator/templates/README.md.j2 index e62969b..6302946 100644 --- a/readme_generator/templates/README.md.j2 +++ b/readme_generator/templates/README.md.j2 @@ -58,7 +58,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in {% for antifeature in antifeatures.values() -%} - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor -%} +{% endfor %} {% endif -%} ## Documentation and resources @@ -71,8 +71,8 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in {% endif -%} {% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> {% endif -%} -* YunoHost Store: -* Report a bug: +- YunoHost Store: +- Report a bug: ## Developer info @@ -87,3 +87,4 @@ sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{ ``` **More info regarding app packaging:** + diff --git a/readme_generator/templates/README_fr.md.j2 b/readme_generator/templates/README_fr.md.j2 index 2d9f0bd..5fa9e09 100644 --- a/readme_generator/templates/README_fr.md.j2 +++ b/readme_generator/templates/README_fr.md.j2 @@ -40,14 +40,13 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po {% endif -%} {% if antifeatures -%} -## :red_circle: Anti-fonctionnalités +## :red_circle: Anti-fonctionnalitéslblblb {% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor -%} + - **{{ antifeature.title }}** : {{ antifeature.description }} +{% endfor %} {% endif -%} - ## Documentations et ressources {% if upstream.website -%}- Site officiel de l’app : <{{ upstream.website }}> @@ -58,8 +57,8 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po {% endif -%} {% if upstream.code -%}- Dépôt de code officiel de l’app : <{{ upstream.code }}> {% endif -%} -* YunoHost Store: -* Signaler un bug : +- YunoHost Store : +- Signaler un bug : ## Informations pour les développeurs @@ -74,3 +73,4 @@ sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{ ``` **Plus d’infos sur le packaging d’applications :** +