fix highlights bug

This commit is contained in:
Sina Atalay 2023-10-07 17:59:37 +02:00
parent 7e47e0bd94
commit d1b05979de
1 changed files with 6 additions and 2 deletions

View File

@ -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 *))