Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
aaronpeikert opened this issue Apr 22, 2021 · 1 comment
Open

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

aaronpeikert opened this issue Apr 22, 2021 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@aaronpeikert
Copy link

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
Copy link
Owner

I like it 👍
Great suggestion.

@mitchelloharawild mitchelloharawild added the enhancement New feature or request label Jul 28, 2021
@mitchelloharawild mitchelloharawild added this to the v0.5.0 milestone Jul 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants