Skip to content

Instantly share code, notes, and snippets.

@kerin
Last active September 27, 2016 08:47
Show Gist options
  • Save kerin/3a8787662f2fdee713623b87d1b8af7e to your computer and use it in GitHub Desktop.
Save kerin/3a8787662f2fdee713623b87d1b8af7e to your computer and use it in GitHub Desktop.
{
"layout": "content-sidebar-first",
"title": "Rashes in babies and children",
"top": [
{
"type": "markdown",
"content": "## Check if it's head lice"
},
{
"type": "image-list",
"content": [
{
"srcset": [
"assets/images/head-lice/head-lice-300.jpg 300w",
"assets/images/head-lice/head-lice-600.jpg 600w"
],
"caption": "Head lice are small insects, up to 3mm long. They can be difficult to spot.",
"analytics": "DCSext.HeadLiceImages,Insects",
"alt": "Head lice in hair"
},
{
"srcset": [
"assets/images/head-lice/head-lice-zoom-300.jpg 300w",
"assets/images/head-lice/head-lice-zoom-600.jpg 600w"
],
"caption": "Close up view of a louse.",
"analytics": "DCSext.HeadLiceImages,Nits",
"alt": "Close up view of a louse"
},
{
"srcset": [
"assets/images/head-lice/empty-eggs-300.jpg 300w",
"assets/images/head-lice/empty-eggs-600.jpg 600w"
],
"caption": "Head lice eggs (nits) are yellow, brown or white (empty shells) and attached to the hair.",
"analytics": "DCSext.HeadLiceImages,Eggs",
"alt": "Head lice eggs"
}
]
}
],
"main": [
{
"type": "markdown",
"content": "# heading one"
},
{
"type": "section-list",
"content": [
{
"type": "section",
"title": "Rash with fever",
"content": [
{
"type": "html",
"content": "<h1>Heading one</h1>"
},
{
"type": "image",
"content": [
"image_path 300w",
"image_path 600w"
]
},
{
"type": "markdown",
"content": "## heading two"
}
]
},
{
"type": "section",
"title": "Rash with itching",
"content": [
{
"type": "html",
"content": "<h1>Heading one</h1>"
},
{
"type": "image",
"content": {
"srcset": [
"image_path 300w",
"image_path 600w"
],
"analytics": "thing",
"alt": "some alt text"
}
},
{
"type": "markdown",
"content": "## heading two"
}
]
}
]
}
],
"aside": [
{
"type": "markdown",
"content": "### Sidebar callout"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment