Sha256: 3b048c60317413745208c2c580090c2ed3dc40ab939ccc1cf4d01df1c7b5eff4

Contents?: true

Size: 273 Bytes

Versions: 2

Compression:

Stored size: 273 Bytes

Contents

---
layout: home
title: Graphviz Test
---

{% graphviz %}
digraph {
  node [shape=circle, style=filled];
  S ;
  A ;
  B ;
  C ;
  D [shape=doublecircle, fillcolor=green];
  S -> A [label=a];
  S -> B [label=b];
  A -> D [label=c];
  B -> D [label=d];
}
{% endgraphviz %}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-diagrams-0.9.0 test/dummy_site/apt/graphviz.md
jekyll-diagrams-0.8.0 test/dummy_site/apt/graphviz.md