Skip to content

Fix htmx links in markdown content #1129

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

Closed
wants to merge 1 commit into from

Conversation

reakaleek
Copy link
Member

No description provided.

@reakaleek reakaleek requested a review from a team as a code owner April 15, 2025 07:55
@reakaleek reakaleek self-assigned this Apr 15, 2025
@reakaleek reakaleek added the fix label Apr 15, 2025
if (currentUrlSegments.Length == 0 || targetUrlSegments.Length == 0)
return false;

return currentUrlSegments[0].Equals(targetUrlSegments[0], StringComparison.OrdinalIgnoreCase);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't targetUrlSegments[0] always docs ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah dang. we should add the /docs prefix also for local development.

@Mpdreamz
Copy link
Member

Superseded by #1130

@Mpdreamz Mpdreamz closed this Apr 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants