From 8a221325935df057c89938de69e6393c3aec62d5 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Sat, 3 May 2025 22:41:49 +0200 Subject: cook: add support for notes --- cook/debug.sld | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cook/debug.sld') diff --git a/cook/debug.sld b/cook/debug.sld index c35f8f9..1f4f803 100644 --- a/cook/debug.sld +++ b/cook/debug.sld @@ -13,6 +13,8 @@ (list 'amount quantity unit)) (($ text) (list 'comment text)) + (($ text) + (list 'note text)) (($ name amount) (list 'component name (cook->list amount))) (($ name amount) -- cgit v1.2.3