Skip to content

Commit db3b3f6

Browse files
committed
Fix perfect-for links: use HTML anchors instead of markdown syntax
The features block renders titles as-is without markdown processing, so markdown link syntax was appearing as raw text. Switched to HTML anchor tags matching the pattern used on compared-to pages. https://claude.ai/code/session_0115Fu9d9a2omJ7XvNnh2Rox
1 parent 421a3cf commit db3b3f6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pages/perfect-for/perfect-for.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ blocks:
2020
header_intro: "## Who uses Chobble Tickets?"
2121
items:
2222
- icon: "hugeicons:heart-check"
23-
title: "[Charity events](/perfect-for/charity-events/)"
23+
title: '<a href="/perfect-for/charity-events/">Charity events</a>'
2424
description: 50% discount for charities and community groups, so more of your money goes to the cause instead of the ticketing platform.
2525
- icon: "hugeicons:balloons"
26-
title: "[Kids parties](/perfect-for/kids-parties/)"
26+
title: '<a href="/perfect-for/kids-parties/">Kids parties</a>'
2727
description: Simple booking for parents where you can collect the info you need, send confirmations, and check guests in at the door.
2828
- icon: "hugeicons:music-note-01"
29-
title: "[Music concerts](/perfect-for/music-concerts/)"
29+
title: '<a href="/perfect-for/music-concerts/">Music concerts</a>'
3030
description: Sell tickets directly to fans and keep all the revenue, with no platform taking a cut of every sale.
3131
- icon: "hugeicons:megaphone-01"
32-
title: "[Political organising](/perfect-for/political-organising/)"
32+
title: '<a href="/perfect-for/political-organising/">Political organising</a>'
3333
description: Privacy-first ticketing with encrypted attendee data, so your supporters' information stays protected.
3434
- icon: "hugeicons:presentation-podium"
35-
title: "[Workshops](/perfect-for/workshops/)"
35+
title: '<a href="/perfect-for/workshops/">Workshops</a>'
3636
description: Low-cost ticketing for classes and workshops where platform fees eat into margins and attendees shouldn't need to hand over personal data.
3737

3838
- type: cta

0 commit comments

Comments
 (0)