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 November 6, 2024 21:20
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

{