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

Automatic GraphViz Dot Generation #26

Merged
merged 6 commits into from
Apr 7, 2017
Merged

Automatic GraphViz Dot Generation #26

merged 6 commits into from
Apr 7, 2017

Conversation

DannyBen
Copy link
Owner

@DannyBen DannyBen commented Apr 7, 2017

This PR adds the ability to automatically generate PNG images from GraphViz dot files.

To use it, simply place *.dot files inside the _dot folder (create it if needed) or subfolders, and access it in your markdown like this:

![](filename.dot)

This will create the PNG and copy it to the public folder, assuming the server was executed in --development mode.

Closes #25

@DannyBen DannyBen merged commit 9ad3dfe into master Apr 7, 2017
@DannyBen DannyBen deleted the dot branch April 7, 2017 10:11
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.

1 participant