Skip to content

Instantly share code, notes, and snippets.

@mattrayner
Last active May 15, 2018 19:36
Show Gist options
  • Save mattrayner/d7e127c4bb3700b1c1f210116923d060 to your computer and use it in GitHub Desktop.
Save mattrayner/d7e127c4bb3700b1c1f210116923d060 to your computer and use it in GitHub Desktop.
Heading Atom JSON
<h{data.weight}>
{data.content|s}
</h{data.weight}>
{
"name": "heading",
"data": {
"weight": 1, // Expects 1-4
"content": "Title Value"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment