Skip to content

Fix external URLs in sidenotes#59

Merged
DanilaFe merged 1 commit intochapel-lang:mainfrom
DanilaFe:fix-weird-youtube-linking
Feb 24, 2026
Merged

Fix external URLs in sidenotes#59
DanilaFe merged 1 commit intochapel-lang:mainfrom
DanilaFe:fix-weird-youtube-linking

Conversation

@DanilaFe
Copy link
Contributor

@DanilaFe DanilaFe commented Feb 23, 2026

Closes #16.

The author of the template was a little overzealous with using the space-erasing -}} in templates. Even though there was a space between href="..." and rel="...", the space-erasing template gobbled it up, leading to HTML like a href=""rel="". The lack of spaces seems to confuse some part of the rendering pipeline. Note sure why this wasn't a broader issue, but it's good to fix the problem anyway. I've replaced sidenote links with markdown links in the article listed in Brad's issue, and still renders fine.

Reviewed by @jabraham17 -- thanks!

Signed-off-by: Danila Fedorin <daniel.fedorin@hpe.com>
@DanilaFe DanilaFe merged commit 2d5a9f8 into chapel-lang:main Feb 24, 2026
1 check passed
bradcray added a commit that referenced this pull request Feb 25, 2026
Some of these were enabled by #59; others may have just been
oversights in writing up the articles.

---
Signed-off-by: Brad Chamberlain <bradcray@users.noreply.github.com>
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.

Can't use []() external hyperlinks in sidenotes?

2 participants