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 was archived by the owner on Apr 12, 2024. It is now read-only.
I've written an wiki application that is showing the converted markdown as html in a div element that is using the ng-bind-html directive.
I have in my html some internal links in this format
My html will be processed by the angular-sanitize.js. And here is my problem, the final html doesn't contains my link. I see only the text Page1.
I've looked into the code of the angular-sanitize.js file and I've found the regex that is responsible to detect any links:
After I've changed the regex to this, the link wasn't removed.
Could you fix this please in the original version of the angular-sanitize.js? Thanks!