diff options
| -rw-r--r-- | .cooklang/config.toml | 19 | ||||
| -rw-r--r-- | Vadas.cook | 2 |
2 files changed, 20 insertions, 1 deletions
diff --git a/.cooklang/config.toml b/.cooklang/config.toml new file mode 100644 index 0000000..5e98982 --- /dev/null +++ b/.cooklang/config.toml @@ -0,0 +1,19 @@ +default_units = true +warnings_as_errors = false +recipe_ref_check = true +max_depth = 10 + +[extensions] +MULTILINE_STEPS = true +COMPONENT_MODIFIERS = true +COMPONENT_NOTE = true +COMPONENT_ALIAS = true +SECTIONS = true +ADVANCED_UNITS = true +MODES = true +TEMPERATURE = true +TEXT_STEPS = true +RANGE_VALUES = true +TIMER_REQUIRES_TIME = true +INTERMEDIATE_PREPARATIONS = true +SPECIAL_METADATA = true @@ -3,6 +3,6 @@ >> tags: hungarian, stew Add @carrot{5}(chopped), @parsnip{2}(chopped), @onion{1}(chopped), @celery{4}(chopped), @bay leaf{2} and @paprika{2%tbs} to a pot and cook for about a minute just to open the paprika flavor. -Be careful not to burn the paprika. +Be careful not to burn the paprika! Remove from heat and add @vinegar{3%tbs} and a bit of water to deglaze the pot. |
