Skip to content

Commit

Permalink
improve anchors (#272)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
yceballost and github-actions[bot] authored Sep 1, 2023
1 parent 5683c12 commit c13da6c
Show file tree
Hide file tree
Showing 2 changed files with 1,655 additions and 1,655 deletions.
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 + "`" + \
"<a id=" + "'" + icon_name + "'>"+ "`" + icon_name + "`" + "</a>" + \
"[" + "![" + icon_name + "]" + \
"(.github/resources/anchor.svg)" + \
"]" + "(" + "#" + icon_name + ")" + PIPE
Expand Down
Loading

0 comments on commit c13da6c

Please sign in to comment.