cpp-html
cpp-html copied to clipboard
add comment syntax somewhat similiar to <!--
trafficstars
So this aims at resolving https://github.com/jfbastien/cpp-html/issues/1. As far as I understood special characters apart from underscores are not allowed in macro definitions.
Is there another way to make this more similar to the <!-- comment --> syntax?
What you want is Unicode characters that look right and are valid in C++ identifiers. Something like ﹤❗–– and ––﹥.