Sha256: d7f2246ec8b89a1fae4c9119a935e40022ac3e2103f5c9bf270c0a7d9b3105f8
Contents?: true
Size: 414 Bytes
Versions: 2
Compression:
Stored size: 414 Bytes
Contents
Feature: Blockdiag Block Scenario: Basic Rendering Given I have a file named 'blockdiag.md' with: """ --- --- {% blockdiag %} blockdiag { A -> B -> C -> D; A -> E -> F -> G; } {% endblockdiag %} """ When I run jekyll build Then the file '_site/blockdiag.html' should exist And I should see svg output in '_site/blockdiag.html'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-diagrams-0.11.0.pre | features/blockdiag_block.feature |
jekyll-diagrams-0.10.0 | features/blockdiag/block.feature |