mirror of https://github.com/eyhc1/rendercv.git
fix highlights bug
This commit is contained in:
parent
7e47e0bd94
commit
d1b05979de
|
@ -1,8 +1,12 @@
|
||||||
((* macro highlights(highlights) *))
|
((* macro highlights(highlights) *))
|
||||||
\vspace*{<<design.margins.highlights_area.top>>}
|
\vspace*{<<design.margins.highlights_area.top>>}
|
||||||
|
((* for item in highlights *))
|
||||||
|
((* if loop.first *))
|
||||||
\begin{highlights}
|
\begin{highlights}
|
||||||
((* for item in highlights *))
|
((* endif *))
|
||||||
\item <<item|markdown_to_latex>>
|
\item <<item|markdown_to_latex>>
|
||||||
((* endfor *))
|
((* if loop.last *))
|
||||||
\end{highlights}
|
\end{highlights}
|
||||||
|
((* endif *))
|
||||||
|
((* endfor *))
|
||||||
((* endmacro *))
|
((* endmacro *))
|
Loading…
Reference in New Issue