Florian Bastien-Dorville
Florian Bastien-Dorville
I think it's not desirable to add the ``font`` tag to the ``basic`` extension because it's been deprecated since HTML 4.01. However, I support your suggestion of providing support for...
Hello @tgalopin, regarding the idea of globally allowed attributes (which would be very convenient for common attributes such as ``class``), do you have any example of an attribute that would...
@npryce Strongly disagree!!! I'm unable to upgrade from 1.3 to 2.x because of this change, since my tests using `everyItem` wouldn't compile anymore (using Java 8). Actually @bjoernpollex misinterpreted the...
@tumbarumba Would it work with the following signature? ```java public static Matcher everyItem(final Matcher
@tumbarumba I tested in my project the signature I mentioned in my last comment, and it works (using Java 8). Since this issue is breaking backwards compatibility, it prevents me...
@ondrejmirtes do you think you could provide another way to fix #309 that doesn't cause this regression?