Closed aresxc closed 5 years ago
Thanks for the report. What’s the expected result you want?
The point is I can't use target='_blank' in a link that is bold or italic. Maybe a filter would be good where target='blank' print target='_blank' automatically or something like that.
Thanks.
Is there a reason that the <strong>
and/or <em>
tags should be outside the anchor? Because you can do this instead:
[_some text_](http://example.com) {target="_blank"}
Hi,
I recently installed this plugin on my current dev project, and I noticed the next things:
But:
So there must be an alternative to escape blank, I tried using the HTML entity 95 but once it gets saved on my application it is converted again to , so the second save will throw back the problem.
Thanks.