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

https://github.com/actcoding/markdown-to-pdf

📄 Generates a themed PDF file from Markdown input.
https://github.com/actcoding/markdown-to-pdf

Last synced: 5 months ago
JSON representation

📄 Generates a themed PDF file from Markdown input.

Awesome Lists containing this project

README

          

# markdown-to-pdf

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run index.ts
```

This project was created using `bun init` in bun v1.1.12. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.