diff --git a/recipe_json_to_html.py b/recipe_json_to_html.py index e01e993..c218bb9 100644 --- a/recipe_json_to_html.py +++ b/recipe_json_to_html.py @@ -59,9 +59,11 @@ print("") print("") print(f"{recipe_name}") print("") +print("") print("") print("") +print("
") print("
") print(f"

{recipe_name}

") print("
") @@ -69,14 +71,19 @@ print("") print("
") print(f"

{recipe_desc}

") print("
") +print("
") +print("
") print("
") print("

Needs

") print("") print("
") @@ -92,8 +99,9 @@ for sub_recipe in sub_recipes: print("") print("") +print("
") -print("
") +print("") print("

Tabular Layout

") for sub_recipe in sub_recipes: @@ -116,7 +124,7 @@ for sub_recipe in sub_recipes: print("") print("

") -print("
") +print("") print("") print("")