diff --git a/test/data/fenced_code_block.html b/test/data/fenced_code_block.html index ce8dfd0..565a541 100644 --- a/test/data/fenced_code_block.html +++ b/test/data/fenced_code_block.html @@ -4,4 +4,8 @@ $message = 'fenced code block'; echo $message;
tilde
echo 'language identifier';
-
echo 'language identifier with non words';
\ No newline at end of file +
echo 'language identifier with non words';
+
<?php
+echo "Hello World";
+?>
+<a href="http://auraphp.com" >Aura Project</a>
\ No newline at end of file diff --git a/test/data/fenced_code_block.md b/test/data/fenced_code_block.md index 9176ef4..62db24a 100644 --- a/test/data/fenced_code_block.md +++ b/test/data/fenced_code_block.md @@ -15,4 +15,11 @@ echo 'language identifier'; ```c# echo 'language identifier with non words'; +``` + +```html+php + +Aura Project ``` \ No newline at end of file