Sha256: a8557000ef3a6951cc0b8e3ec5e224492bc12c75d177a7831fc9d6fef11895bf

Contents?: true

Size: 480 Bytes

Versions: 2

Compression:

Stored size: 480 Bytes

Contents

Feature: Mermaid Block


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

      {% mermaid %}
      sequenceDiagram
          participant John
          participant Alice
          Alice->>John: Hello John, how are you?
          John-->>Alice: Great!
      {% endmermaid %}
      """
    When I run jekyll build
    Then the file '_site/mermaid.html' should exist
    And I should see svg output in '_site/mermaid.html'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-diagrams-0.11.0.pre features/mermaid_block.feature
jekyll-diagrams-0.10.0 features/mermaid/block.feature