Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yceballost committed Aug 31, 2023
1 parent 5274fe6 commit 517832b
Show file tree
Hide file tree
Showing 2 changed files with 1,656 additions and 1,656 deletions.
4 changes: 2 additions & 2 deletions .github/md-generator/md-generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,10 @@ 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 + ")" + "<a id=" + "'" + icon_name + "'></a>" + PIPE
"]" + "(" + "#" + icon_name + ")" + PIPE
# + "[<img src='.github/resources/svg.png'>]" + "(" + file_path + ")" + "[<img src='.github/resources/pdf.png'>]" + "(" + file_path_pdf + ")" + PIPE + "[<img src='.github/resources/svg.png'>]" + "(" + file_path + ")" + "[<img src='.github/resources/pdf.png'>]" + "(" + file_path_pdf + ")"
file_content += row + BREAK

Expand Down
Loading

0 comments on commit 517832b

Please sign in to comment.