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-->


<!--END_SECTION:waka-->
</details>
And the first badge does not render:

If I put extra new line after <!--START_SECTION:waka-->, it is rendered okay.
To Reproduce
Steps to reproduce the behavior:
- Put inside of html tags
Expected behavior
Tags should be rendered okay