Skip to content
New issue

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

Feature: Base url for links #28

Open
BloomAutist47 opened this issue Dec 23, 2021 · 1 comment
Open

Feature: Base url for links #28

BloomAutist47 opened this issue Dec 23, 2021 · 1 comment
Labels
Feature Request help wanted Extra attention is needed

Comments

@BloomAutist47
Copy link

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)

@nonara nonara changed the title Base url for links Feature: Base url for links Dec 23, 2021
@nonara
Copy link
Collaborator

nonara commented Dec 23, 2021

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

@nonara nonara added the help wanted Extra attention is needed label Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants