You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.
I'm not sure how to handle this case. But it basically means I have to turn off automatic markdown support since in my editor copying in links is far more common than using markdown to format.
One option is italic should require a space. But this is not ideal... imagine a document teaching a foreign language that emphasizes parts of the word.
Another option is that it infers the intent of a link from beginning with "http" or "www" and drops out of markdown checking.
Thanks for your work on this fork!
EDIT: I just noticed that an issue about not parsing pastes was originally about links. Just keeping this around since you might type a link as well as paste one, in which case the problem remains.
The text was updated successfully, but these errors were encountered:
URLs often have _ in them. But using _ for italic breaks up the link into italic pieces.
For example, copy in the link to the wikipedia GDPR page:
https://en.wikipedia.org/wiki/General_Data_Protection_Regulation
I'm not sure how to handle this case. But it basically means I have to turn off automatic markdown support since in my editor copying in links is far more common than using markdown to format.
One option is italic should require a space. But this is not ideal... imagine a document teaching a foreign language that emphasizes parts of the word.
Another option is that it infers the intent of a link from beginning with "http" or "www" and drops out of markdown checking.
Thanks for your work on this fork!
EDIT: I just noticed that an issue about not parsing pastes was originally about links. Just keeping this around since you might type a link as well as paste one, in which case the problem remains.
The text was updated successfully, but these errors were encountered: