Sha256: 1440628d9ae7e2b9d8834071bc9b2cd6cfe48124ca0c3c415ae0364adfa411e4
Contents?: true
Size: 476 Bytes
Versions: 1
Compression:
Stored size: 476 Bytes
Contents
Feature: Mermaid Scenario: Basic Rendering Given I have a file 'mermaid.md' with content: """ --- --- {% 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-diagrams-0.9.3 | features/mermaid.feature |