markdown-resume icon indicating copy to clipboard operation
markdown-resume copied to clipboard

Generate a responsive CSS3 and HTML5 resume with Markdown, with optional PDF output.

Results 19 markdown-resume issues
Sort by recently updated
recently updated
newest added

my cmd: docker run -v ${PWD}:/resume there4/markdown-resume md2resume pdf examples/source/zhsample.md examples/output/ result:

pdf class was not added to body on pdf command

On Ubuntu 20, when I am trying generate my cv with Docker or native installation I am getting a invalid format. docker run -v ${PWD}:/resume markdown-gen md2resume pdf --template modern...

Try recompiling your "example" for the modern template - you'll see what I mean. The skills section is no longer formatted as three columns. Currently I am just reverting to...

I would like to start work on another template, but want to run the development build inside Docker container so I don't have to install dependencies locally since they should...

question

Currently defaults to A4. Would be nice to have an optional argument for this. Wkhtmltopdf has an argument for it: ``` -s, --page-size Set paper size to: A4, Letter, etc....

contributor-wanted

Hey there, After having followed the installation instructions I used the respective command to generate a pdf file. In fact, a pdf file is generated, but its format is not...

Hi, thanks for developing this powerful tool, but there is a bug when generate CV in pdf, for example `### Experience {#experience}`, when its content are in a new page...

I'm trying to modify the css files for my purposes, which include adding a Publications section that @lbeltrame also suggested. I also wanted to see if I can have my...