added some test descriptions to the recipes for the short description method
This commit is contained in:
parent
e950bfb743
commit
843ebe19bc
4 changed files with 11 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
recipe:
|
||||
name: "Many Step Pizza"
|
||||
description: >
|
||||
A Neapolitan Style pizza with a multi day cold rise
|
||||
A Neapolitan Style pizza with a multi day cold rise, with a very long description without a point here of here it just keeps going well past the 150 character limit that is set up, maybe it needs some more words words words to get past the 150 chars, this should do it though.
|
||||
ingredients:
|
||||
- name: flour
|
||||
unit: g
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
recipe:
|
||||
name: "Neapolitan Cold Rise"
|
||||
description: >
|
||||
A Neapolitan Style pizza with a multi day cold rise, giving a light and fluffy dough
|
||||
A Neapolitan Style pizza with a multi day cold rise, giving a light and fluffy dough.
|
||||
|
||||

|
||||
ingredients:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
recipe:
|
||||
name: "Neapolitan Day Dough"
|
||||
description: >
|
||||
A Neapolitan Style pizza prepared in a day
|
||||
A Neapolitan Style pizza prepared in a day, with a longer description to test the 150 char limit a bit more, this should be around 160 so to see if 150 is actually a good pick.
|
||||
ingredients:
|
||||
- name: flour
|
||||
unit: g
|
||||
|
@ -24,6 +24,12 @@ recipe:
|
|||
max: 6
|
||||
description: >
|
||||
Combine all the ingredients to make the dough, we start with just the water and salt and add the yeast after adding some of the flour to not kill the yeast.
|
||||
Let's try an url [test](google.nl) hope that works.
|
||||
Maybe something pointing to youtube: [yt](https://www.youtube.com/watch?v=E5TtpZkJ_5o)
|
||||
Let's try an image:
|
||||

|
||||
|
||||
Some emojis: :grinning: :no_smoking: :leo: :shipit: :basecamp:
|
||||
substeps:
|
||||
- name: Salt+Water
|
||||
description: >
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
recipe:
|
||||
name: "New York"
|
||||
description: >
|
||||
A Neapolitan Style pizza prepared in a day
|
||||
A Neapolitan Style pizza prepared in a day
|
||||
With just a new line, not a point to cut off the short description function.
|
||||
ingredients:
|
||||
- name: flour
|
||||
unit: g
|
||||
|
|
Loading…
Add table
Reference in a new issue