markdown fixes
This commit is contained in:
parent
ebb7f2ed8e
commit
a11f6efa33
2 changed files with 10 additions and 9 deletions
|
@ -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: <https://apps.yunohost.org/app/{{manifest.id}}>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/issues>
|
||||
- YunoHost Store: <https://apps.yunohost.org/app/{{manifest.id}}>
|
||||
- Report a bug: <https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
|
@ -87,3 +87,4 @@ sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{
|
|||
```
|
||||
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
|
||||
|
|
|
@ -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: <https://apps.yunohost.org/app/{{manifest.id}}>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/issues>
|
||||
- YunoHost Store : <https://apps.yunohost.org/app/{{manifest.id}}>
|
||||
- Signaler un bug : <https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/issues>
|
||||
|
||||
## 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 :** <https://yunohost.org/packaging_apps>
|
||||
|
||||
|
|
Loading…
Reference in a new issue