Sha256: 63c63e2ef3dd222d674eb6a2b9b201ced1299142f2c50e46814448ad5e4d4e0c

Contents?: true

Size: 448 Bytes

Versions: 1

Compression:

Stored size: 448 Bytes

Contents

@diagrams
Feature: Mermaid

  As a liquid user, I want to use mermaid diagram

  Background:
    Given I have a liquid template with:
      """
      {% mermaid %}
      sequenceDiagram
          participant John
          participant Alice
          Alice->>John: Hello John, how are you?
          John-->>Alice: Great!
      {% endmermaid %}
      """

  Scenario: Basic Rendering
    When I render it
    Then the output should contains '<svg'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
liquid-diagrams-0.4.0 features/diagrams/mermaid.feature