nicklemmon/recipes

Recipe rendering from markdown unnecessarily complex

Closed this issue · 0 comments

Due to my lack of knowledge at the time, the data structure required from recipes doesn't make much sense.

  • For starters, recipe ingredients are stored as a comma separated list. Ideally a YAML array would make more sense, and be easier to loop through.
  • Recipe steps could also be a YAML array rather than markdown content - though this would make recipes slightly less flexible