mediumexporter
mediumexporter copied to clipboard
The order of bold and link
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