Skip to content

Instantly share code, notes, and snippets.

@canweriotnow
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save canweriotnow/e66395608df93f681b58 to your computer and use it in GitHub Desktop.
Save canweriotnow/e66395608df93f681b58 to your computer and use it in GitHub Desktop.
{"name" : "Badgers",
"description" : "SomeBadge A badge that demonstrates that I can: Eat a bagel Slam a cow Have some times What a badge.",
"image" : "http://example.org/badgers.png",
"criteria" : "http://example.org/badger-criteria",
"issuer" : "http://someorg.org",
"extensions" : {
"@context" : "https://example.org/pretty-descriptions",
"prettyDescriptions" : {
"markdown" : "#SomeBadge\r\n\r\nA badge that demonstrates that I can:\r\n\r\n* Eat a bagel\r\n*Slam a cow\r\n*Have some times\r\n\r\nWhat a badge.",
"html" : "<h1>SomeBadge</h1><p>A badge that demonstrates that I can:</p><ul><li>Eat a bagel</li><li>Slam a cow</li><li>Have some times</li><p>What a badge.</p>"
}
}
}
{"name" : "Badgers",
"description" : "#SomeBadge\r\n\r\nA badge that demonstrates that I can:\r\n\r\n* Eat a bagel\r\n*Slam a cow\r\n*Have some times\r\n\r\nWhat a badge.",
"image" : "http://example.org/badgers.png",
"criteria" : "http://example.org/badger-criteria",
"issuer" : "http://someorg.org"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment