We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf069b commit 67a1112Copy full SHA for 67a1112
1 file changed
Tests/FunctionalTest.php
@@ -67,17 +67,15 @@ public static function getMarkdownTests()
67
68
Great!
69
{% endapply %}
70
-EOF
71
- , "<h1>Hello</h1>\n+<p>Great!</p>"],
+EOF, "<h1>Hello</h1>\n+<p>Great!</p>"],
72
[<<<EOF
73
{% apply markdown_to_html %}
74
Hello
75
=====
76
77
78
79
80
81
["{{ include('html')|markdown_to_html }}", "<h1>Hello</h1>\n+<p>Great!</p>"],
82
];
83
}
0 commit comments