bryanpaget/Markdown to PDF Converter

Converts a Markdown file to a PDF document using Pandoc and XeLaTeX.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
markdown_filePath to the Markdown file to be converted (relative to the workspace).yes
output_filePath to the output PDF file (relative to the workspace).nooutput/output.pdf
settings_filePath to a Pandoc defaults YAML file. Resolved against the workspace first, then the action repo (default 'settings/pdf-settings.yml').nosettings/pdf-settings.yml
titleDocument title (sets the PDF metadata title).no[Untitled Document]
authorDocument author (sets the PDF metadata author).no""
dateDocument date (sets the PDF metadata date).no""
classificationClassification text passed as Pandoc metadata 'classification'.noUnclassified | Non classifie
versionDocument version passed as Pandoc metadata 'version'.no""
bibliographyPath to a BibTeX bibliography file (relative to the workspace). Enables citeproc when present.noreferences.bib
extra_pandoc_argsAdditional raw arguments appended to the Pandoc command (e.g. '--variable=foo:bar').no""
lua_filtersComma-separated list of Lua filter filenames or paths. Resolved against the action's filters/ dir, then the workspace. Defaults to 'pagebreak.lua,ascii-to-image.lua'.nopagebreak.lua,ascii-to-image.lua

no outputs