very simple post request that writes recipe to markdown working

This commit is contained in:
len0rd 2022-07-03 09:53:37 -04:00
parent abf2671534
commit 97fb2a61fe
4 changed files with 217 additions and 2 deletions

View file

@ -0,0 +1,13 @@
# ${recipe_name_input}
${tags}
## Ingredients
Measure | Unit | Weight | Ingredient
--------|------|--------|-----------
${ingredient_input}
## Instructions
${instruction_input}