Sha256: a5321d6397d08a65e6c8b1dd6e5b2f8549b46fa7407553a96c00864ff0917206

Contents?: true

Size: 540 Bytes

Versions: 2

Compression:

Stored size: 540 Bytes

Contents

Feature: Syntrax Block


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

      {% 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

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-diagrams-0.11.0.pre features/syntrax_block.feature
jekyll-diagrams-0.10.0 features/syntrax/block.feature