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

Link resolution is more predictable and less overall stupid #47

Merged
merged 4 commits into from
Sep 5, 2024

Conversation

irskep
Copy link
Owner

@irskep irskep commented Sep 5, 2024

Fix #44

  • Links with no prefix (/ or ./ or ../) are first treated as "direct" relative links before looking at the link alias system. This is the main improvement.
  • Reorganize link rewriting code to be more flexible and testable
  • I'm sure I fixed other minor bugs that no one ever found

@irskep irskep merged commit 611b3af into main Sep 5, 2024
5 checks passed
@irskep irskep deleted the fix/link-resolution branch September 5, 2024 15:41
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 this pull request may close these issues.

Link resolution has surprising behavior
1 participant