Closed xiCO2k closed 3 years ago
This PR adds the support to handle HTML Comments.
render(<<<'HTML' <div> <!-- This is a comment --> <div>Hello World</div> </div> HTML);
Hello World
This PR adds the support to handle HTML Comments.
Example:
Output: