spec icon indicating copy to clipboard operation
spec copied to clipboard

Adding a proposal for a recipe introduction section

Open pelted opened this issue 2 years ago • 1 comments

From CONTRIBUTING.md

This PR is a proposal submission to add support for an introduction section to a recipe and to facilitate defining ingredients at the top of a .cook file.

See discussion #46

pelted avatar Aug 28 '23 18:08 pelted

I was just looking at cooklang-swift and maybe it would be easier to do pre-defined ingredients with the comment syntax.

>> source: https://www.joshuaweissman.com/post/easy-authentic-thai-green-curry

== Homemade Thai Green Curry deserves respect when making it.
== Good thing it's actually very easy and just requires a little elbow grease.

-- @coriander seeds{2%tsps}
-- @cumin seeds{1%tsps}
-- @white peppercorn{1%tsps}

First step goes here

pelted avatar Aug 28 '23 19:08 pelted