Feature: Graphviz Configuration Scenario: Global Configuration Given I have a file named '_config.yml' with: """ jekyll-diagrams: graphviz: graph_attributes: bgcolor=red edge_attributes: - color=green node_attributes: color: blue """ And I have a file named 'graphviz.md' with: """ --- --- {% graphviz %} digraph { A -> B; } {% endgraphviz %} """ When I run jekyll build Then the file '_site/graphviz.html' should exist # Graph And I should see ' B; } {% endgraphviz %} """ When I run jekyll build Then the file '_site/graphviz.html' should exist And I should see '