Updates to cooklang parser 0.15.0
, this includes many small improvements and
some changes to the language. See the [parser changelog] from 0.13
to 0.15
to see the changes. Major things you neeed to worry about are:
- If you used a custom extensions config in your recipe collection, you may need
to update it because some extensions have been removed (always enabled) and
some renamed. - The metadata now uses a YAML frontmatter, you will get a warning if you use
the old style. You can't mix both styles of metadata, when you use a
frontmatter the old style syntax will be disabled. Config keys like>> [mode]: ...
will still use the old style and are not metadata anymore.
New features this enables:
- The YAML frontmatter for metadata.
- Now all inline quantities are detected and can be converted at your will, not
only temperature.