Fix work experience heading line breaks
This commit is contained in:
parent
aee96bc192
commit
61f5d0d2ff
2 changed files with 9 additions and 24 deletions
|
|
@ -22,6 +22,7 @@ def experience_to_md(data: dict[str, Any], lang: str = "en", headline: str = "")
|
|||
|
||||
for point in exp["bullets"]:
|
||||
md += f"* {point[lang]}\n"
|
||||
md += "\n\n"
|
||||
|
||||
return md
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue