I was working on a book with some HTML comments and ran across this with Smarten Punctuation:
Before:
<!--?xml version="1.0" encoding="UTF-8"?-->
After:
<!--?xml version=“1.0” encoding=“UTF-8”?-->
Perhaps smartening should completely ignore HTML Comments? There is the possibility that comments could be designed in very specific ways (requiring unsmartened quotes).
|