Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The first badge does not get rendered if <!--START_SECTION:waka--> is inside of html tag #529

Open
mmzeynalli opened this issue Oct 3, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@mmzeynalli
Copy link

Describe the bug
A clear and concise description of what the bug is.

I have the following ReadMe:

<details>
  <summary><b>⚡ Coding Stats</b></summary>

  <br />
  <!--START_SECTION:waka-->


  <!--END_SECTION:waka-->
</details>

Which results to:

<details>
  <summary><b>⚡ Coding Stats</b></summary>

  <br />
  <!--START_SECTION:waka-->
![Code Time](http://img.shields.io/badge/Code%20Time-0%20secs-blue)

![Profile Views](http://img.shields.io/badge/Profile%20Views-10-blue)

  <!--END_SECTION:waka-->
</details>

And the first badge does not render:

image

If I put extra new line after <!--START_SECTION:waka-->, it is rendered okay.

To Reproduce
Steps to reproduce the behavior:

  1. Put inside of html tags

Expected behavior
Tags should be rendered okay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants