From fe782e846f9e751b63a4199093038ba4ab741250 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Fri, 17 Nov 2023 01:26:40 +0100 Subject: [PATCH] support markdown_to_latex in more areas --- rendercv/templates/classic/components/entry.tex.j2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rendercv/templates/classic/components/entry.tex.j2 b/rendercv/templates/classic/components/entry.tex.j2 index 4d7a5d0..6ab845b 100644 --- a/rendercv/templates/classic/components/entry.tex.j2 +++ b/rendercv/templates/classic/components/entry.tex.j2 @@ -26,7 +26,7 @@ ((# first column:: K{<>}; variable width, justified column #)) ((# second column: R{<>}; constant width ragged right column #)) \begin{tabularx}{\textwidth-<>-0.13cm}{K{<>} R{<>}} - \textbf{<>}, <> + \textbf{<>}, <> <> & <> @@ -44,12 +44,12 @@ ((* if markdown_url is not none *)) ((* if link_text is not none *)) ((* set markdown_url = "["+link_text+"]("+ markdown_url|markdown_link_to_url +")" *)) - \textbf{<>}, <> + \textbf{<>}, <> ((* else *)) - \textbf{<>}, <> + \textbf{<>}, <> ((* endif *)) ((* else *)) - \textbf{<>} + \textbf{<>} ((* endif *)) <> \end{tabularx}