Sha256: edfe6d1a4021834934c383abda94081b13a56c8c73a81b4f407fcad78fda3991

Contents?: true

Size: 322 Bytes

Versions: 1

Compression:

Stored size: 322 Bytes

Contents

---
layout: post
title: Graphviz Test
date: 2020-01-01 00:00:00 +0800
---

# 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

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-diagrams-0.7.1 test/dummy_site/_posts/2020-01-01-graphviz-test.md