Sha256: cfd780c2438ad2895dcdf8eda4c4d6884b355403e11d505a0ea159122d7ecd0d
Contents?: true
Size: 533 Bytes
Versions: 1
Compression:
Stored size: 533 Bytes
Contents
Feature: PlantUML Scenario: Default configuration Given I have a file 'plantuml.md' with content: """ --- --- {% plantuml %} @startuml class Car Driver - Car : drives > Car *- Wheel : have 4 > Car -- Person : < owns @enduml {% endplantuml %} """ When I run jekyll build Then the file '_site/plantuml.html' should exist And I should see 'diagrams plantuml' in '_site/plantuml.html' And I should see svg output in '_site/plantuml.html'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-diagrams-0.9.2 | features/plantuml.feature |