reckoner165 / ForkableRecipes

A repo of actual food recipes that can be forked and modified
6 stars 2 forks source link

Quantities and variations #8

Open amoghpj opened 1 year ago

amoghpj commented 1 year ago

In the context of spice mixtures, I play around with the relative quantities of ingredients. The current format of the ingredient list puts the quantities and the ingredient on the same line. Would it make sense to split these on two lines so a line-diff tool can pick up these changes separately? Thoughts?

reckoner165 commented 9 months ago

Experimenting with this format here: https://github.com/reckoner165/ForkableRecipes/blob/master/cabbage_caesar.md?plain=1

I think it works well. The markdown preview still detects it as a single-line, which is good for readability. I think it's worth making this change.