Sha256: e953a8b393ce7b1085c66e3906104fddd6750f83b69a7c019abba59ec2c37241

Contents?: true

Size: 359 Bytes

Versions: 2

Compression:

Stored size: 359 Bytes

Contents

Feature: Nomnoml Block


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

      {% nomnoml %}
      [Jekyll Diagrams Feature Test]
      {% endnomnoml %}
      """
    When I run jekyll build
    Then the file '_site/nomnoml.html' should exist
    And I should see svg output in '_site/nomnoml.html'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-diagrams-0.11.0.pre features/nomnoml_block.feature
jekyll-diagrams-0.10.0 features/nomnoml/block.feature