summaryrefslogtreecommitdiff
path: root/public/views/pretty.ejs
diff options
context:
space:
mode:
authorWu Cheng-Han2016-01-12 07:56:29 -0600
committerWu Cheng-Han2016-01-12 07:56:29 -0600
commit1672df3dceebe885ded02530799a78d5a07be1d7 (patch)
tree2eb7db3827d5a1c282951e4d6730a291916e574e /public/views/pretty.ejs
parent8af7841de331a8e65fb8d5968f35e210ac508e6e (diff)
Added support of graphviz
Diffstat (limited to '')
-rw-r--r--public/views/pretty.ejs1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/views/pretty.ejs b/public/views/pretty.ejs
index 6618c54a..46c559f9 100644
--- a/public/views/pretty.ejs
+++ b/public/views/pretty.ejs
@@ -76,6 +76,7 @@
<script src="<%- url %>/vendor/lodash.min.js" defer></script>
<script src="<%- url %>/vendor/sequence-diagrams/sequence-diagram-min.js" defer></script>
<script src="<%- url %>/vendor/flowchart/flowchart-1.4.0.min.js" defer></script>
+<script src="<%- url %>/vendor/viz.js/viz.js" defer></script>
<script src="<%- url %>/vendor/md-toc.js" defer></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({ messageStyle: "none", skipStartupTypeset: true ,tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']], processEscapes: true }});