mediumexporter icon indicating copy to clipboard operation
mediumexporter copied to clipboard

The order of bold and link

Open leventov opened this issue 7 years ago • 0 comments

When exporting a story with links that start with bold, and then bold continues after the end of the link, importer generates Markdown formatting in wrong order, that is,

[**link text](<link address>) continuation of bold**

instead of

**[link text](<link address>) continuation of bold**

This can be seen when exporting this story: https://medium.com/@leventov/code-review-checklist-java-concurrency-49398c326154

leventov avatar Mar 11 '19 20:03 leventov