mirror of
https://github.com/len0rd/personal-website.git
synced 2025-11-05 11:02:19 -05:00
very simple post request that writes recipe to markdown working
This commit is contained in:
parent
abf2671534
commit
97fb2a61fe
4 changed files with 217 additions and 2 deletions
13
recipes/template/recipe_template.md
Normal file
13
recipes/template/recipe_template.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# ${recipe_name_input}
|
||||
|
||||
${tags}
|
||||
|
||||
## Ingredients
|
||||
|
||||
Measure | Unit | Weight | Ingredient
|
||||
--------|------|--------|-----------
|
||||
${ingredient_input}
|
||||
|
||||
## Instructions
|
||||
|
||||
${instruction_input}
|
||||
Loading…
Add table
Add a link
Reference in a new issue