mirror of
https://github.com/rendercv/rendercv.git
synced 2025-12-23 21:47:55 -05:00
fix highlights bug
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
((* macro highlights(highlights) *))
|
||||
\vspace*{<<design.margins.highlights_area.top>>}
|
||||
((* for item in highlights *))
|
||||
((* if loop.first *))
|
||||
\begin{highlights}
|
||||
((* for item in highlights *))
|
||||
((* endif *))
|
||||
\item <<item|markdown_to_latex>>
|
||||
((* endfor *))
|
||||
((* if loop.last *))
|
||||
\end{highlights}
|
||||
((* endif *))
|
||||
((* endfor *))
|
||||
((* endmacro *))
|
||||
Reference in New Issue
Block a user