antonkomarev / github-profile-views-counter

It counts how many times your GitHub profile has been viewed. Free cloud micro-service.
https://komarev.com/sources/github-profile-views-counter
MIT License
4.02k stars 365 forks source link

Attempting to use <div align="center"> seems to break it #63

Closed cybrBeto closed 1 year ago

cybrBeto commented 1 year ago

works fine when copy and pasted as it is said in the guide, but when I add

in the line above and
in the line below, it seems to break the counter. is this a known issue?

antonkomarev commented 1 year ago

What do you mean by broken? What is not working?

cybrBeto commented 1 year ago

I have attached the screenshots showing what is happening. As you can see, when the code is not preceded by anything, it looks normal on the preview. When you try to align the button to the center, it seems to break the display, causing the button to now show on the preview and just the code. Is there any way to fix this? How would you go about aligning the button to the center

Screenshot 2023-06-22 at 10 47 57 AM Screenshot 2023-06-22 at 10 48 29 AM Screenshot 2023-06-22 at 10 48 50 AM Screenshot 2023-06-22 at 10 49 04 AM
antonkomarev commented 1 year ago

It's not related to this project. It's how GitHub markdown is working. You cannot mix html with markdown inside of it. Just use html img tag instead of markdown ![]()