diff options
| author | Chris Wells <chris@mathematicaster.org> | 2024-11-11 15:04:27 -0600 |
|---|---|---|
| committer | Chris Wells <chris@mathematicaster.org> | 2024-11-11 15:04:27 -0600 |
| commit | 6216c597bd07bb62f47d44fe23d9aefa529ddc33 (patch) | |
| tree | ddc4f2eb6780d96a6e5c11abbed5e4545f02984b | |
| parent | 1881c58ac58bfcb661954062811d5ef962ff4053 (diff) | |
| download | cookbook-6216c597bd07bb62f47d44fe23d9aefa529ddc33.tar cookbook-6216c597bd07bb62f47d44fe23d9aefa529ddc33.tar.gz cookbook-6216c597bd07bb62f47d44fe23d9aefa529ddc33.tar.bz2 cookbook-6216c597bd07bb62f47d44fe23d9aefa529ddc33.tar.lz cookbook-6216c597bd07bb62f47d44fe23d9aefa529ddc33.tar.xz cookbook-6216c597bd07bb62f47d44fe23d9aefa529ddc33.tar.zst cookbook-6216c597bd07bb62f47d44fe23d9aefa529ddc33.zip | |
Added config
| -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. |
