diff options
Diffstat (limited to 'vendor/parsedown-0.9.0/tests/data/fenced_code_block.html')
-rw-r--r-- | vendor/parsedown-0.9.0/tests/data/fenced_code_block.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/parsedown-0.9.0/tests/data/fenced_code_block.html b/vendor/parsedown-0.9.0/tests/data/fenced_code_block.html new file mode 100644 index 00000000..8bdabba9 --- /dev/null +++ b/vendor/parsedown-0.9.0/tests/data/fenced_code_block.html @@ -0,0 +1,6 @@ +<pre><code><?php + +$message = 'fenced code block'; +echo $message;</code></pre> +<pre><code>tilde</code></pre> +<pre><code class="language-php">echo 'language identifier';</code></pre>
\ No newline at end of file |