Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dependencies for PlantUML and Graphviz and update Mermaid version #4

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

wuan
Copy link

@wuan wuan commented Dec 3, 2022

This PR adds support for PlantUML and Graphviz based diagrams through

[graphviz]
....
digraph G {
  Hello->World
}
....

or

[plantuml, target=diagram-classes, format=png]
....
foo -> bar : preload
bar -> baz : execute
baz -> foo : return
....

In addition the Mermaid dependency has been updated and we are using the official Docker images as a base to reduce build time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants