Skip to content

Instantly share code, notes, and snippets.

@mwvd
Created December 8, 2019 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mwvd/06ac5933f5b9c4459e3b38ca3924b95f to your computer and use it in GitHub Desktop.
Save mwvd/06ac5933f5b9c4459e3b38ca3924b95f to your computer and use it in GitHub Desktop.
<cornbread>
<directions>
<bake>
.oven {
temp: 425deg;
preheat: true;
time: 1500000;
rack-align: center !important;
}
</bake>
</directions>
<ingredients>
<dry>
<cornmeal />
<flour />
<sugar class="dark"></sugar>
<salt />
<baking>
<powder />
<soda />
</baking>
</dry>
<wet>
<buttermilk />
<butter />
<egg />
<egg />
</wet>
</ingredients>
<prep>
$(cornbread).on("bake", () => {
function spread() {
const ingredients = concat(["molasses", "butter"])
const sweetButter = whip(ingredients, {
intensity: "light"
})
}
$(cornbread).spread().delay(60000)
})
</prep>
</cornbread>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment