From e0bd41d272ee4ed8038a9872dbfc95130b433ac0 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Wed, 14 Feb 2024 20:27:03 +0100 Subject: [PATCH] fix markdown templating bug --- rendercv/themes/markdown/EducationEntry.j2.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rendercv/themes/markdown/EducationEntry.j2.md b/rendercv/themes/markdown/EducationEntry.j2.md index 70909f6..431f642 100644 --- a/rendercv/themes/markdown/EducationEntry.j2.md +++ b/rendercv/themes/markdown/EducationEntry.j2.md @@ -1,7 +1,9 @@ -## <>, <> in <> +## <>, ((* if entry.degree *))<> in ((* endif *))<> ((* if entry.date_string *))- <> ((* endif *)) + ((* if entry.location *))- <> ((* endif *)) + ((* for item in entry.highlights *)) - <> ((* endfor *))