diff options
Diffstat (limited to 'cook/parse.sld')
-rw-r--r-- | cook/parse.sld | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/cook/parse.sld b/cook/parse.sld index 20de41a..b92e586 100644 --- a/cook/parse.sld +++ b/cook/parse.sld @@ -10,26 +10,35 @@ (chibi regexp) (chibi string) (cook unicode)) - (export amount? + (export <amount> + amount? amount-quantity amount-unit + <ingredient> ingredient? ingredient-name ingredient-amount + <timer> timer? timer-name timer-amount + <cookware> cookware? cookware-name cookware-amount + <comment> comment? comment-text + <note> note? note-text + <section> section? section-name + <step> step? step-elements + <recipe> recipe? recipe-metadata recipe-body |