mirror of https://github.com/eyhc1/rendercv.git
fix markdown templating bug
This commit is contained in:
parent
34c4fc6ac6
commit
e0bd41d272
|
@ -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 *))
|
||||||
|
|
Loading…
Reference in New Issue