Sha256: 2d77d46dad3cfd9e7140518515ddfc4eb364988bb60dbff8b5f89ffa6d0e48d1

Contents?: true

Size: 536 Bytes

Versions: 1

Compression:

Stored size: 536 Bytes

Contents

Feature: Syntrax


  Scenario: Basic Rendering
    Given I have a file 'syntrax.md' with content:
      """
      ---
      ---

      {% syntrax %}
      indentstack(10,
        line(opt('-'), choice('0', line('1-9', loop(None, '0-9'))),
          opt('.', loop('0-9', None))),

        line(opt(choice('e', 'E'), choice(None, '+', '-'), loop('0-9', None)))
      )
      {% endsyntrax %}
      """
    When I run jekyll build
    Then the file '_site/syntrax.html' should exist
    And I should see svg output in '_site/syntrax.html'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-diagrams-0.9.3 features/syntrax.feature