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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| markdown_file | Name of the file to convert | yes | — |
| diff_file | Previous version to diff against (EXPERIMENTAL) | no | "" |
| Generate a PDF file (true/false) | no | true | |
| docx | Generate a DOCX (true/false) | no | true |
| lint | Check for broken self-reference links (true/false) | no | false |
| draft | Include a draft watermark (PDF-only for now) (true/false) | no | false |
| template | Name of the template included in the templates folder | no | guideline |
| templates_file | A tar.gz file with additional template files | no | — |
| filters_file | A tar.gz file with additional latex filters (in lua) | no | — |
Outputs
| name | description |
|---|---|
| pdf_file | The generated PDF file (if pdf was true), relative to GITHUB_WORKSPACE |
| docx_file | The generated DOCX file (if docx was true), relative to GITHUB_WORKSPACE |
| pdf_redline_file | The generated PDF redline file (if pdf was true and diff_file was supplied), relative to GITHUB_WORKSPACE |
| file_version | The version of the file, as extracted from the subtitle of the document |
| diff_version | The version of the diff file, as extracted from the subtitle of the document |
| changelog | A list of commit messages from diff commit to file commit. |