Commit 5d52d321f1abd3834c93d451699e2b64cb856180 does not fix the problem with underscores added as a [comment](https://github.com/mity/md4c/issues/251#issuecomment-2266099463) to #251. The following URLs are valid but still not recognized as of version 0.5.3: * Query with leading underscore: http://a.b/?_c * Query with trailing underscore: http://a.b/?c_ * Query with underscore before equals sign: http://a.b/?c_=d * Query with underscore after equals sign: http://a.b/?c=_d There might be other combinations.
Commit 5d52d32 does not fix the problem with underscores added as a comment to #251.
The following URLs are valid but still not recognized as of version 0.5.3:
There might be other combinations.