-
-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
Description
Let's say i have a link tag with something like this
<a href="/item-page.html">Item Name</a>
so when i used the package, it becomes this:
[Item Name](/item-page.html)
Is there a way for me to add a base url option so it becomes:
[Item Name](http://example.com/item-page.html)
NfNitLoop, alker0 and github-anis-snoussi