Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Latex Pandoc Mermaid Plantuml Docker
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CleverThis
Modjular
Latex Pandoc Mermaid Plantuml Docker
Commits
015c9028
Commit
015c9028
authored
2 years ago
by
Jeffrey Phillips Freeman
Browse files
Options
Downloads
Patches
Plain Diff
Updated readme and gitignore now that its working
parent
406801b1
No related branches found
Branches containing commit
Tags
v6
No related merge requests found
Pipeline
#139
passed with stage
Stage:
in 4 minutes and 33 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+2
-0
2 additions, 0 deletions
.gitignore
README.md
+15
-0
15 additions, 0 deletions
README.md
with
17 additions
and
0 deletions
.gitignore
0 → 100644
+
2
−
0
View file @
015c9028
README.pdf
/plantuml-images
This diff is collapsed.
Click to expand it.
README.md
0 → 100644
+
15
−
0
View file @
015c9028
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
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment