Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Join adjacent anchors with the same href #26

Merged
merged 2 commits into from
Feb 22, 2024
Merged

Conversation

jasongao97
Copy link
Collaborator

Fix the Notion bug when external links are added to long text with special characters.

<a href="https://thecodingtrain.com/2d-array">my video tutorial on</a><a href="https://thecodingtrain.com/2d-array"> “2D Arrays in JavaScript” at the Coding Train website</a>

to

<a href="https://thecodingtrain.com/2d-array">my video tutorial on “2D Arrays in JavaScript” at the Coding Train website</a>

nature-of-code/noc-book-2#688

@jasongao97 jasongao97 merged commit 39b39b1 into main Feb 22, 2024
1 check passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant