pagedown (version 0.20)

html_resume: Create a resume in HTML

Description

This output format is based on Min-Zhong Lu's HTML/CSS in the Github repo https://github.com/mnjul/html-resume. See https://pagedown.rbind.io/html-resume/ for an example.

Usage

html_resume(
  ...,
  css = "resume",
  template = pkg_resource("html", "resume.html"),
  number_sections = FALSE,
  fig_caption = FALSE
)

Value

An R Markdown output format.

Arguments

..., css, template, number_sections, fig_caption

See html_paged().