fix markdown templating bug

This commit is contained in:
Sina Atalay 2024-02-14 20:27:03 +01:00
parent 34c4fc6ac6
commit e0bd41d272
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
## <<entry.institution>>, <<entry.degree>> in <<entry.area>> ## <<entry.institution>>, ((* if entry.degree *))<<entry.degree>> in ((* endif *))<<entry.area>>
((* if entry.date_string *))- <<entry.date_string>> ((* endif *)) ((* if entry.date_string *))- <<entry.date_string>> ((* endif *))
((* if entry.location *))- <<entry.location>> ((* endif *)) ((* if entry.location *))- <<entry.location>> ((* endif *))
((* for item in entry.highlights *)) ((* for item in entry.highlights *))
- <<item>> - <<item>>
((* endfor *)) ((* endfor *))