flexmark-java
flexmark-java copied to clipboard
Fix handling of emphasis + strong
Adjusted the use of delimiters to allow the triple case to work per CommonMark.
The original logic didn't support the case where both the opener and closer are multiples of 3 to allow emphasis.
I added support for use of multipleUse
to drive which amount is taken first.
Resolves #557