From fad58332451296487b4edae95993b73a0ac4dce4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-ren=20Lin=29?= Date: Tue, 9 Apr 2019 15:01:25 +0800 Subject: [PATCH] snap description: Change hyperlink markup (#216) Snap Store no longer supports Markdown's titled hyperlink markup [due to its ugliness in the `snap info` output in the terminal][1], this patch changes the description to reference style instead. [1]: https://forum.snapcraft.io/t/use-of-markdown-in-snap-metadata-summary-description/2128/23 --- snap/snapcraft.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 273ae6e4..f104bd80 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -18,7 +18,9 @@ license: GPL-2.0 base: core18 summary: Download image-galleries and -collections from several image hosting sites description: | - `gallery-dl` is a command-line program to download image-galleries and -collections from several image hosting sites (see [Supported Sites](https://github.com/mikf/gallery-dl/blob/master/docs/supportedsites.rst)). It is a cross-platform tool with many configuration options and powerful filenaming capabilities. + `gallery-dl` is a command-line program to download image-galleries and -collections from several image hosting sites (see [Supported Sites][1]). It is a cross-platform tool with many configuration options and powerful filenaming capabilities. + + [1]: https://github.com/mikf/gallery-dl/blob/master/docs/supportedsites.rst adopt-info: gallery-dl confinement: strict