+
+
+ Hello there this is a great file
+
+This is some markdown
+
+{
+ "some": true,
+ "json": 123
+}
+
+
+Subtitle
+
+Links here. Bold, italic, ~~strikethrough~~, inline code
.
+
+Feature: A great feature
+
+ Scenario: Something happens
+ Given I am in a right state
+ When something great happens
+ Then I should be overjoyed
+
+
+A diagram
+
+
+
+
+
+
+ A file with no front matter
+
+The contents of the file are amazing.
+
+
+
+
+
+
+
+
+
diff --git a/test/fixture/feature/test.feature b/test/fixture/feature/test.feature
new file mode 100644
index 00000000..f9386735
--- /dev/null
+++ b/test/fixture/feature/test.feature
@@ -0,0 +1,6 @@
+Feature: A great feature
+
+ Scenario: Something happens
+ Given I am in a right state
+ When something great happens
+ Then I should be overjoyed
diff --git a/test/fixture/templates/online.twig b/test/fixture/templates/online.twig
new file mode 100644
index 00000000..3b2f2784
--- /dev/null
+++ b/test/fixture/templates/online.twig
@@ -0,0 +1,34 @@
+
+
+
+
+ {% for page in pages %}
+
+ {% if page.shouldGeneratePdf %}
+
+ {% endif %}
+ {{ page.content|raw }}
+
+
+ {% endfor %}
+
+
+
+
+
+
diff --git a/test/fixture/templates/pdf.twig b/test/fixture/templates/pdf.twig
new file mode 100644
index 00000000..766cc2d9
--- /dev/null
+++ b/test/fixture/templates/pdf.twig
@@ -0,0 +1,14 @@
+
+
+
+