https://github.com/treetips/markdown-to-pdf-example
markdown-to-pdf-example
https://github.com/treetips/markdown-to-pdf-example
Last synced: 11 months ago
JSON representation
markdown-to-pdf-example
- Host: GitHub
- URL: https://github.com/treetips/markdown-to-pdf-example
- Owner: treetips
- Created: 2021-03-15T22:14:15.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-15T23:01:54.000Z (almost 5 years ago)
- Last Synced: 2024-12-31T06:40:49.141Z (about 1 year ago)
- Language: CSS
- Size: 68.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
stylesheet: https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/4.0.0/github-markdown.min.css
body_class: markdown-body
pdf_options:
format: A4
margin: 30mm 20mm
displayHeaderFooter: true
headerTemplate: |-
Header
footerTemplate: |-
Footer
---
# markdown-to-pdf-example
This is a example of how to convert `Markdown(README.md)` to `PDF` with `GitHub Actions` .
これは、 `GitHub Actions` で `Markdown(README.md)` を `PDF` に変換するサンプルです。
## Features
- Markdown
- GitHub Actions
- Node.js
## Test
### Image

### Anchor Link
- [Link to Top](#markdown-to-pdf-example)
- [Link to Features](#Features)