Skip to content

Commit

Permalink
improve anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
yceballost committed Aug 31, 2023
1 parent 5683c12 commit f7d3076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/md-generator/md-generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 + "`" + "<a id=" + "'" + icon_name + "'></a>" + \
"[" + "![" + icon_name + "]" + \
"(.github/resources/anchor.svg)" + \
"]" + "(" + "#" + icon_name + ")" + PIPE
Expand Down

0 comments on commit f7d3076

Please sign in to comment.