From 252a4f525210d1b5a0dca71c337695a117c06156 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Mon, 18 Aug 2025 00:37:05 +0200 Subject: parse: add support for modern fenced metadata --- cook/debug.sld | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'cook/debug.sld') diff --git a/cook/debug.sld b/cook/debug.sld index 5b6ddb2..bb0cfbd 100644 --- a/cook/debug.sld +++ b/cook/debug.sld @@ -25,12 +25,10 @@ (list 'ingredient name (cook->list amount))) (($ name amount) (list 'timer name (cook->list amount))) - (($ key value) - (list 'metadata-line key value)) + (($ lines) + (list 'metadata lines)) (($ elements) (list 'step (map cook->list elements ))) - ((? hash-table? y) - (list 'metadata (cook->list (hash-table->alist y)))) (($ metadata body) (list 'recipe (cook->list metadata) (cook->list body))) ((? list? y) -- cgit v1.2.3