Skip to content
Snippets Groups Projects
Commit 015c9028 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman
Browse files

Updated readme and gitignore now that its working

parent 406801b1
No related branches found
Tags v6
No related merge requests found
Pipeline #139 passed with stage
in 4 minutes and 33 seconds
README.pdf
/plantuml-images
Usage:
```/bin/sh
docker run -w /foo -v "${PWD}:/foo" -it modjular/latex-pandoc-mermaid-plantuml pandoc -s -N README.md -o README.pdf --filter pandoc-plantuml
```
This is an example
```plantuml
@startuml
class Car
Driver - Car : drives >
Car *- Wheel : have 4 >
Car -- Person : < owns
@enduml
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment