Sha256: 8fa0288440c576eb7baae9a2d68dfabfb0477371ffd3af328e0c9c456a86f1c0

Contents?: true

Size: 604 Bytes

Versions: 1

Compression:

Stored size: 604 Bytes

Contents

Feature: Svgbob


  Scenario: Default configuration
    Given I have a file 'svgbob.md' with content:
      """
      ---
      ---

      {% svgbob %}
                                 .--->  F
        A       B      C  D     /
        *-------*-----*---*----*----->  E
                 \            ^ \
                  v          /   '--->  G
                   B --> C -'
      {% endsvgbob %}
      """
    When I run jekyll build
    Then the file '_site/svgbob.html' should exist
    And I should see 'diagrams svgbob' in '_site/svgbob.html'
    And I should see svg output in '_site/svgbob.html'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-diagrams-0.9.2 features/svgbob.feature