microformats2/spec/support/cases/h-recipe-0.js
Jessica Lynn Suttles d946c7262c adds more spec cases
2013-04-18 22:13:35 -07:00

11 lines
227 B
JavaScript

// http://microformat2-node.jit.su/h-recipe.html
{
"items": [{
"type": ["h-recipe"],
"properties": {
"name": ["Toast"],
"ingredient": ["Slice of bread", "Butter"]
}
}]
}