Feature: Syntrax Block Scenario: Basic Rendering Given I have a file named 'syntrax.md' with: """ --- --- {% syntrax %} indentstack(10, line(opt('-'), choice('0', line('1-9', loop(None, '0-9'))), opt('.', loop('0-9', None))), line(opt(choice('e', 'E'), choice(None, '+', '-'), loop('0-9', None))) ) {% endsyntrax %} """ When I run jekyll build Then the file '_site/syntrax.html' should exist And I should see svg output in '_site/syntrax.html'