fix: markdown to pdf spacing and added mermaid diagram support

This commit is contained in:
abdullahalam123
2025-12-29 14:32:12 +05:30
parent b4c77acee7
commit 8bae2b662a
22 changed files with 2457 additions and 58 deletions

View File

@@ -16,10 +16,10 @@ Visit [bentopdf.com](https://bentopdf.com) to use BentoPDF instantly—no instal
```bash
# Pull and run the Docker image
docker run -d -p 3000:80 ghcr.io/bentopdf/bentopdf:latest
docker run -d -p 3000:8080 ghcr.io/alam00000/bentopdf:latest
# Or use Docker Compose
curl -O https://raw.githubusercontent.com/bentopdf/bentopdf/main/docker-compose.yml
curl -O https://raw.githubusercontent.com/alam00000/bentopdf/main/docker-compose.yml
docker compose up -d
```
@@ -29,7 +29,7 @@ Then open `http://localhost:3000` in your browser.
```bash
# Clone the repository
git clone https://github.com/bentopdf/bentopdf.git
git clone https://github.com/alam00000/bentopdf.git
cd bentopdf
# Install dependencies