Automatic Numbering Feature explained
Cooking is following steps. YooRecipe can automatically number them if you want it to.
YooRecipe can automatically number preparation steps.
By default, this feature is enabled.
It can be changed anytime in Component Options
Components > YooRecipe > Options > Main Feature tabs
How does it work?
Each paragraph (ie each time a <p>
html tag is encountered), YooRecipe replaces it with an incremental number.
Example
Let's say your recipe preparation steps are
<p>Chop off onions</p><p>Put them in boiling water during 10 minutes</p>
YooRecipe turns it into
- Chop off onions
- Put them in boiling water during 10 minutes