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
Only the MD specified links will be replaced.
The <anchor tags will not be replaced.
This feels inconsistent as HTML is markdown and it isn't how <base works in general HTML.
As a workaround I am listening to hover events and replacing both A's and [MD links until I can use marked-base-url
The text was updated successfully, but these errors were encountered:
Consider the below test case:
Only the MD specified links will be replaced.
The <anchor tags will not be replaced.
This feels inconsistent as HTML is markdown and it isn't how <base works in general HTML.
As a workaround I am listening to hover events and replacing both A's and [MD links until I can use marked-base-url
The text was updated successfully, but these errors were encountered: