Markdown Resume Generator is a project that I developed in PHP to turn a Markdown document into an elegant resume. It will publish in both HTML and PDF, and will default to using a set of styles with an adaptive viewport. You’ll start by making a simple markdown text file, and you’ll end up with two files, pixel perfect and ready to print and publish.

You can markup your resume with very simple headings and lists:

### Skills {#skills}

* Web Design
  : Assertively exploit wireless initiatives rather than synergistic core competencies.

* Interface Design
  : Credibly streamline mission-critical value with multifunctional functionalities.

* Project Direction
  : Proven ability to lead and manage a wide variety of design and development projects in team and independent situations.

And after processing get a very nice output: Sample Resume Output

If there is enough interest in the project, I hope to add another template or two, and some additional documentation.

For the pdf output, the project leverages wkhtmltopdf. Check out their wiki for information on how to install the wkhtmltopdf.

You can view the project on it’s Markdown Resume Project Page. If you’ve got questions, feel free to open an issue