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
Take e.g.: the url: <p>check de link <a href="http://localhost:4200/forum/category/2">everyone</a></p> and it will not work. You can check this on the demo page also: https://alexcorvi.github.io/anchorme.js/
constinput=`<a href="http://localhost:80"></a>`anchorme(input)'<a href="<a href="http://localhost:80"></a">http://localhost:80"></a</a>>'anchorme.list(input)[{"start": 9,"end": 33,"string": "http://localhost:80\"></a","isURL": true,"protocol": "http://","confirmedByProtocol": true,"path": "/a","reason": "url"}]anchorme.list(input,false)// same as above, `skipHTML=false` makes no difference
Take e.g.: the url:
<p>check de link <a href="http://localhost:4200/forum/category/2">everyone</a></p>
and it will not work. You can check this on the demo page also: https://alexcorvi.github.io/anchorme.js/Expected outcome:
check the link everyone
-> where everyone is a link to http://localhost:4200/forum/category/2Actual Outcome:
check the link everyonehttp://localhost:4200/forum/category/2">everyone>
The text was updated successfully, but these errors were encountered: