Skip to content

Fix markdown link formatting in exhibition games article#232

Merged
stefan-burke merged 1 commit intomainfrom
claude/remove-plus-symbols-blog-kn6nH
Apr 10, 2026
Merged

Fix markdown link formatting in exhibition games article#232
stefan-burke merged 1 commit intomainfrom
claude/remove-plus-symbols-blog-kn6nH

Conversation

@stefan-burke
Copy link
Copy Markdown
Member

Summary

Fixed incorrect markdown link syntax throughout the exhibition games article. All links were using double-bracket notation (++[text](url)++) instead of standard markdown syntax ([text](url)).

Changes Made

  • Removed erroneous ++ delimiters from 24 markdown links throughout the document
  • Links affected include:
    • Product/service links (Prize Wheel, Cash Grabber, Racing Simulators, etc.)
    • Location links (NEC Birmingham, London ExCeL)
    • Category links (Interactive games, Arcade games, Photo Booths, etc.)
    • Case study links (Baylis & Harding, Lidl)
    • Navigation links (Contact, Browse range)

Implementation Details

The ++ characters appear to have been accidentally added during editing or content management. This fix ensures all links render correctly in markdown and display as proper hyperlinks rather than literal text with formatting characters.

https://claude.ai/code/session_01YBgsRyACNZGocAPxDXwnSv

The markdown links were wrapped in unnecessary ++ symbols
(e.g. ++[link text](URL)++). Removed all occurrences to use
standard markdown link syntax.

https://claude.ai/code/session_01YBgsRyACNZGocAPxDXwnSv
@stefan-burke stefan-burke merged commit 9e33700 into main Apr 10, 2026
1 check passed
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