Skip to content

Escape angle brackets in team.yml description#119

Merged
caprinux merged 4 commits into
masterfrom
copilot/fix-zheng-shun-ren-desc
Feb 1, 2026
Merged

Escape angle brackets in team.yml description#119
caprinux merged 4 commits into
masterfrom
copilot/fix-zheng-shun-ren-desc

Conversation

Copilot AI commented Feb 1, 2026

Copy link
Copy Markdown
Contributor

Zheng Shun Ren's description contains <prompt> tags that are stripped by Hugo's markdownify filter during rendering.

Changes

  • Escaped angle brackets in data/team.yml line 285 using HTML entities
-    desc: <prompt>help me write a cool description of how I am known as the fierce guy in greyhats</prompt>
+    desc: "&lt;prompt&gt;help me write a cool description of how I am known as the fierce guy in greyhats&lt;/prompt&gt;"

The markdownify filter parses unescaped angle brackets as HTML tags. HTML entities (&lt;/&gt;) render as literal characters.

Original prompt

On team.yml, make a pull request to fix zheng shun ren desc to escape the angled brackets so it doesn't get removed when rendering the website


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@netlify

netlify Bot commented Feb 1, 2026

Copy link
Copy Markdown

Deploy Preview for lucid-kepler-3ccdfc ready!

Name Link
🔨 Latest commit efeb344
🔍 Latest deploy log https://app.netlify.com/projects/lucid-kepler-3ccdfc/deploys/697f0814da7484000813d056
😎 Deploy Preview https://deploy-preview-119--lucid-kepler-3ccdfc.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copilot AI and others added 3 commits February 1, 2026 07:57
Co-authored-by: caprinux <76640319+caprinux@users.noreply.github.com>
Co-authored-by: caprinux <76640319+caprinux@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix zheng shun ren description to escape angled brackets Escape angle brackets in team.yml description Feb 1, 2026
Copilot AI requested a review from caprinux February 1, 2026 08:01
@caprinux
caprinux marked this pull request as ready for review February 1, 2026 08:03
@caprinux
caprinux merged commit bc44114 into master Feb 1, 2026
5 checks passed
@caprinux
caprinux deleted the copilot/fix-zheng-shun-ren-desc branch February 1, 2026 08:03
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.

2 participants