Markwon
Markwon copied to clipboard
Editor (Multiple edit spans): invalid spans
Markwon v4.6.1. To reproduce a bug you can use sample app (Multiple edit spans):
Text italic bold
should be italic and bold, but it is just bold. Text bold
at the end of line should be bold, but it is italic and bold.
Expected behavior should be like this:
Another example:
Should be:
Hello @rt1shnik ,
yes, it seems editor is incorrectly identifying delimited content (strong and regular emphasis). The problem lies in MarkwonEditorUtils.findDelimited
method