Add emoji to the front of each ingredient depending on ingredient type.
This may be specified in the .cookdocs.yaml config file.
...
emoji:
ingredients:
- herb:
- cilantro
cookware:
- bowl_with_spoon:
- bowl
...
....
## Ingredients
- :herb: 1 Tbsp cilantro
## Cookware
- :bowl_with_spoon: 1 bowl
...
Add emoji to the front of each ingredient depending on ingredient type.
This may be specified in the
.cookdocs.yamlconfig file.