yk-lab/Pandoc extra (ja) Action
A GitHub Action to convert Markdown to PDF using Pandoc with Japanese language support
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pandoc-version | The version of Pandoc to use | no | latest |
| input-file | The path to the input file | yes | README.md |
| output-file | The path where to save the output file | no | — |
| output | The output command result | no | /dev/stdout |
| pdf-engine | The PDF engine to use | no | — |
| template | The template to use | no | — |
| listings | Whether to use the listings package | no | false |
| highlight-style | The highlight style to use | no | — |
| toc | Whether to include a table of contents | no | false |
| cjk-mainfont | The main font for CJK characters (e.g. Noto Serif CJK JP) | no | — |
| mainfont | The main font | no | — |
| sansfont | The sans font | no | — |
| monofont | The monospace font | no | — |
| mathfont | The math font | no | — |
Outputs
no outputs