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

Relative urls don't work #45

Open
Goury opened this issue Jul 25, 2023 · 1 comment · May be fixed by #47
Open

Relative urls don't work #45

Goury opened this issue Jul 25, 2023 · 1 comment · May be fixed by #47

Comments

@Goury
Copy link

Goury commented Jul 25, 2023

This works fine:

[url=https://localhost/www]text[/url]
[img]https://localhost/www/img[/img]
[url=https://localhost/www][img]https://localhost/www/img[/img][/url]

This does not:

[url=/www]text[/url]
[img]/www/img[/img]
[url=/www][img]/www/img[/img][/url]

Please fix or hint so I can fix it for us all faster

@Goury Goury linked a pull request Jul 26, 2023 that will close this issue
@Goury
Copy link
Author

Goury commented Jul 26, 2023

Fixed myself in #47

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant