Skip to content

Instantly share code, notes, and snippets.

View gabrielkirsten's full-sized avatar
🟪

Gabriel Kirsten Menezes gabrielkirsten

🟪
View GitHub Profile
@DamianEdwards
DamianEdwards / json-in-markdown.md
Last active September 29, 2025 14:24
JSON comments on GH

What happens if you tell GitHub it's JSON

{
  "hello": "world" // I want my comments!
}

Use jsonc as the language instead

{