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 d1b5161 commit 5274fe6
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 @@ -225,9 +225,9 @@ def create_bar_string(percentage, comp_string):
# row = "| telefonica | O2 | my_icon_light |
row = PIPE + PIPE.join(icon_images) + PIPE + \
"`" + icon_name + "`" + \
"[" + "<a id=" + "'" + icon_name + "'></a>" + "![" + icon_name + "]" + \
"[" + "![" + icon_name + "]" + \
"(.github/resources/anchor.svg)" + \
"]" + "(" + "#" + icon_name + ")" + PIPE
"]" + "(" + "#" + icon_name + ")" + "<a id=" + "'" + icon_name + "'></a>" + 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 5274fe6

Please sign in to comment.