Sha256: 7f54bc7df159d75aaa41ebc4752c961d8ce976137c168509d8d01bfb15fa785d

Contents?: true

Size: 358 Bytes

Versions: 2

Compression:

Stored size: 358 Bytes

Contents

Feature: Wavedrom Block


  Scenario: Basic Rendering
    Given I have a file named 'wavedrom.md' with:
      """
      ---
      ---

      {% wavedrom %}
      {signal: [{wave: '.'}]}
      {% endwavedrom %}
      """
    When I run jekyll build
    Then the file '_site/wavedrom.html' should exist
    And I should see svg output in '_site/wavedrom.html'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-diagrams-0.11.0.pre features/wavedrom_block.feature
jekyll-diagrams-0.10.0 features/wavedrom/block.feature