Skip to content

Instantly share code, notes, and snippets.

View jonasgeiler's full-sized avatar
:shipit:
hello there

Jonas Geiler jonasgeiler

:shipit:
hello there
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

{