flexmark-java
flexmark-java copied to clipboard
Fix abbreviations matching with Java 19+
In order for regex \b
character class to match non-ASCII characters the UNICODE_CHARACTER_CLASS flag must be passed to regex compiler.
See https://bugs.openjdk.org/browse/JDK-8291577
Fixes #632