Sha256: 8120a0294d86f80fdc0149a3ca036dd64b655a3eada41715f6ef70ae031dc3e0

Contents?: true

Size: 484 Bytes

Versions: 1

Compression:

Stored size: 484 Bytes

Contents

Feature: Blockdiag


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

      {% blockdiag %}
      blockdiag {
         A -> B -> C -> D;
         A -> E -> F -> G;
      }
      {% endblockdiag %}
      """
    When I run jekyll build
    Then the file '_site/blockdiag.html' should exist
    And I should see 'diagrams blockdiag' in '_site/blockdiag.html'
    And I should see svg output in '_site/blockdiag.html'

Version data entries

1 entries across 1 versions & 1 rubygems

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