An open API service indexing awesome lists of open source software.

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

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

![Octcat](./static/images/Octocat.png)

### Anchor Link

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