YAMLResume 0.13 adds one-step Word document output

0.13 lets people write a resume in YAML and generate markdown, HTML, PDF, and docx files in one step. The main change in this version is a new docx engine.

includes a built-in schema for resumes, which helps catch low-level formatting mistakes while writing. For the best editing experience, yaml-language-server is recommended.

The example resume uses YAML fields for basics like name, headline, phone number, email, and website. Summary fields can also use limited markdown formatting such as bold and italic text.

Key points

  • 0.13 adds a new docx engine.
  • One YAML resume can generate markdown, HTML, PDF, and docx output.
  • A built-in schema helps the resume format.
  • yaml-language-server is recommended for a smoother editing setup.
  • Summary fields support limited markdown such as bold and italic text.
Read original