json-schema-org / json-schema-org/website
🐛 Bug: Ambassador bio links rendered as plain text instead of clickable hyperlinks
@waygeance is already working on this.
Since Feb 26, 2026.
- Dominant language
- HTML
- Stars
- 169
- Forks
- 484
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 6
Description
Describe the bug
On the JSON Schema Ambassadors page, some ambassador bios contain URLs (e.g., GitHub project links) that are rendered as plain text instead of clickable hyperlinks.
For example, in Jeremy Fiel’s card, links like:
appear as raw text inside the description instead of anchor links.
This breaks expected usability and consistency, since ambassador cards are meant to reference external profiles/projects and users naturally try to click them.
Steps To Reproduce
- Go to: https://json-schema.org/ambassadors
- Scroll to the ambassador cards section
- Locate Jeremy Fiel’s card (or any card containing URLs in the bio text)
- Observe that the URLs are displayed as plain text and are not clickable
Expected Behavior
URLs present inside ambassador bios should automatically render as clickable hyperlinks ( tags), allowing users to navigate to the referenced projects or profiles.
Screenshots
Device Information [optional]
- OS: Ubuntu
- Browser: Brave
- version:
Are you working on this issue?
Yes
Do you think this work might require an [Architectural Decision Record (ADR)]? (significant or noteworthy)
No
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.