🚧 fix various small things

This commit is contained in:
neingeist 2025-06-02 21:17:25 +02:00
parent 7e462dfa18
commit 55fbdc47ab
37 changed files with 79 additions and 76 deletions

View file

@ -43,7 +43,7 @@ def format_recipe_to_markdown(recipe):
# Description
if valid_description(recipe.get('description')):
md.append(f"\n_{recipe['description']}_\n")
md.append(f"\n{recipe['description']}\n")
# Details
details_parts = []