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)
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)