🚧 fix various small things
This commit is contained in:
parent
7e462dfa18
commit
55fbdc47ab
37 changed files with 79 additions and 76 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue