Skip to content

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

@mmzeynalli

Description

@mmzeynalli

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions