mitchelloharawild / vitae

R Markdown Résumés and CVs
https://pkg.mitchelloharawild.com/vitae/
1.19k stars 229 forks source link

FR: add pure markdown template (output format `.md`) #169

Open aaronpeikert opened 3 years ago

aaronpeikert commented 3 years ago

A pure markdown template would be ideal if the "venue" for the cv is somewhere on the internet, where you can not (or should not) change the formatting: e.g. university or company websites.

ATM I create a HTML cv with vitae::markdowncv and call

pandoc -o cv.md -t markdown --atx-headers cv.html

However, this creates unnecessary tags and empty or nested lists in the resulting markdown, which I have to clean up manually.

Alternatively, one could also create a minimal HTML template (I currently convert the .md simply back to HTML with pandoc -o cv2.html cv.md)

Of course, I am happy to go through the above-described round trip, which is almost fuss-free, but I thought maybe someone else would benefit from it.

mitchelloharawild commented 2 years ago

I like it :+1: Great suggestion.