We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
[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)
[Item Name](http://example.com/item-page.html)
The text was updated successfully, but these errors were encountered:
Good suggestion! Adding as a feature request.
I'm pretty swamped at the moment, so if you or anyone is interested, I would be glad to review a PR with a new option hrefBaseUrl
hrefBaseUrl
Sorry, something went wrong.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: