Added support for apostrophe or single-quote attribute values #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
According to the XML syntax, single-quotes are also supported. (Source: https://www.w3.org/TR/xml/#syntax)
I added this support and some test, just like the html-language
Thanks for fixing that! Merged.