Open amarvin opened 1 month ago
Here's my workaround so far:
experience:
- company: MyCompany
position: MyJob
start_date: 2024-09
highlights:
- "Project 1
\\begin{itemize}
\\item Deliverable 1
\\item Deliverable 2
\\end{itemize}"
- "Project 2
\\begin{itemize}
\\item Challenge 1
\\item Deliverable 3
\\end{itemize}"
which renders as:
Note that I needed extra backslashes to escape the backslash LaTeX commands (https://stackoverflow.com/questions/32991517/how-to-escape-colons-and-other-special-characters-in-a-yaml-string).
Thank you, that's a good idea. We should implement this.
Thanks, @amarvin . I want to do something similar with separate roles same company.
Would it be possible to have nested bulleted lists? I often put sub-bullets in my work experience like:
MyJob
MyCompany
I tried to do this with
rendercv
using:but it renders as:
I also tried using markdown:
but got the same render.