linkbal/md2pdf
Markdown を PDF・DOCX に変換(日本語・Mermaid対応)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| input_dir | Markdownファイルがあるディレクトリ | no | docs |
| output_dir | 出力ディレクトリ | no | output |
| output_formats | 出力形式(カンマ区切り: pdf,docx) | no | pdf,docx |
| toc | 目次(TOC)を生成するか(true / false) | no | true |
| docx_template | DOCXテンプレートファイルのパス(リポジトリからの相対パス) | no | "" |
| header_tex | カスタムLaTeXヘッダーファイルのパス(既定ヘッダを置き換える。後方互換のため残置) | no | "" |
| extra_header_tex | 既定ヘッダに追記するLaTeXヘッダーファイルのパス(推奨: 日本語フォント等の既定設定を保ったまま追加指定のみ行える) | no | "" |
| upload_artifact | アーティファクトをアップロードするか | no | true |
| artifact_name | アーティファクト名 | no | docs-output |
| retention_days | アーティファクトの保持日数 | no | 30 |
| create_release | GitHub Releaseを作成するか | no | false |
| release_name_prefix | リリース名のプレフィックス | no | Release |
| keep_releases | 保持するリリース数(0で無制限) | no | 5 |
| release_as_zip | リリース時にZIPアーカイブにまとめるか | no | false |
| zip_name | ZIPファイル名(拡張子なし) | no | documents |
| exclude_patterns | 除外パターン(カンマ区切り、findの-pathに渡すglob。例: spec,spec-pdf,drafts/*) | no | "" |
Outputs
| name | description |
|---|---|
| tag_name | 作成されたタグ名 |