fix: markdown to pdf spacing and added mermaid diagram support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user