cabforum/Build CA/Browser Forum Guideline

Convert a Pandoc-flavored Markdown file to PDF and DOCX using the CA/B Forum Guideline template

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
markdown_fileName of the file to convertyes
diff_filePrevious version to diff against (EXPERIMENTAL)no""
pdfGenerate a PDF file (true/false)notrue
docxGenerate a DOCX (true/false)notrue
lintCheck for broken self-reference links (true/false)nofalse
draftInclude a draft watermark (PDF-only for now) (true/false)nofalse
templateName of the template included in the templates foldernoguideline
templates_fileA tar.gz file with additional template filesno
filters_fileA tar.gz file with additional latex filters (in lua)no
namedescription
pdf_fileThe generated PDF file (if pdf was true), relative to GITHUB_WORKSPACE
docx_fileThe generated DOCX file (if docx was true), relative to GITHUB_WORKSPACE
pdf_redline_fileThe generated PDF redline file (if pdf was true and diff_file was supplied), relative to GITHUB_WORKSPACE
file_versionThe version of the file, as extracted from the subtitle of the document
diff_versionThe version of the diff file, as extracted from the subtitle of the document
changelogA list of commit messages from diff commit to file commit.