1943time / inkdown

A WYSIWYG Markdown editor, improve reading and editing experience. and generate your Markdown files into online documents in the easiest and fastest way.
https://www.inkdown.me
GNU Affero General Public License v3.0
861 stars 35 forks source link

location problem after link #7

Closed pencilheart closed 7 months ago

pencilheart commented 7 months ago

https://github.com/1943time/bluestone/assets/61617063/5557389f-f4a6-4a1e-bea3-48d3710506d2

https://github.com/1943time/bluestone/assets/61617063/bcec78ca-fee7-4b4d-be9f-b25647e67db8

As shown, typing after link will be wrong.

https://github.com/1943time/bluestone/assets/61617063/ea6f420c-9fb4-466b-8542-8f686394bd9c

Then I found that there is a unvisible space after link.

How can we avoid this?

1943time commented 7 months ago

This space does not really exist. It is used to help you use the arrow keys to break out of the link format and does not affect the output of markdown text.

pencilheart commented 7 months ago

Fine, thx.