Skip to content

Instantly share code, notes, and snippets.

@speedblue
Created January 11, 2017 10:34
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save speedblue/9a823e0a38949895bd5f58d1caa156c3 to your computer and use it in GitHub Desktop.
One article with four sections embedded
{
"title": "This is the title",
"summary": "article summary",
"sections": [
{
"title": "first section",
"text": "..."
},
{
"title": "second section",
"text": "..."
},
{
"title": "third section",
"text": "..."
},
{
"title": "fourth section",
"text": "..."
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment