From f7d3076d0b0917dd7b25a4838383e252db7b2430 Mon Sep 17 00:00:00 2001 From: Yayo Date: Fri, 1 Sep 2023 01:07:27 +0200 Subject: [PATCH] improve anchors --- .github/md-generator/md-generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/md-generator/md-generator.py b/.github/md-generator/md-generator.py index 775613435a..fa92d10585 100644 --- a/.github/md-generator/md-generator.py +++ b/.github/md-generator/md-generator.py @@ -224,7 +224,7 @@ def create_bar_string(percentage, comp_string): icon_images.append(icon_image) # row = "| telefonica | O2 | my_icon_light | row = PIPE + PIPE.join(icon_images) + PIPE + \ - "`" + icon_name + "`" + \ + "`" + icon_name + "`" + "" + \ "[" + "![" + icon_name + "]" + \ "(.github/resources/anchor.svg)" + \ "]" + "(" + "#" + icon_name + ")" + PIPE