**Describe the bug** A clear and concise description of what the bug is. I have the following ReadMe: ```md <details> <summary><b>⚡ Coding Stats</b></summary> <br /> <!--START_SECTION:waka--> <!--END_SECTION:waka--> </details> ``` Which results to: ```md <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: 1. Put <!--START_SECTION:waka--> inside of html tags **Expected behavior** Tags should be rendered okay