Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Invalid note links breaking other links during replacement (#585)
* fix: Invalid note links breaking other links during replacement Story: #487 #584 A more robust check in isEvernoteLink protects against invalid links getting into the link map, causing erronious text replacements in apply-links.ts. Previously, all links starting with "https://www.evernote.com" were incorrectly assumed to be note links, now those links are better identified by an expected note link format, while other evernote.com links will be correctly treated as regular web links. * tests fixed --------- Co-authored-by: bumper314 <me@saudette.net>
- Loading branch information