Skip to content

Instantly share code, notes, and snippets.

@chilijung
Last active August 29, 2015 14:10
Show Gist options
  • Save chilijung/a992b685fe835d6511b2 to your computer and use it in GitHub Desktop.
Save chilijung/a992b685fe835d6511b2 to your computer and use it in GitHub Desktop.
sample toc json in canner
{
"layout": "layout.hbs",
"filename": "filename.html",
"data": {
"toc": "<md string>",
"content": [
{
"title": "why",
"content": "<md string>",
"stage": 1
},
{
"title": "more",
"content": "<md string>",
"stage": 2
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment