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 6d89393 commit 3d2b25bCopy full SHA for 3d2b25b
test/data/fenced_code_block.html
@@ -8,4 +8,6 @@
8
<pre><code class="language-html+php"><?php
9
echo "Hello World";
10
?>
11
-<a href="http://auraphp.com" >Aura Project</a></code></pre>
+<a href="http://auraphp.com" >Aura Project</a></code></pre>
12
+<pre><code class="language-php"><?php
13
+echo "Hello World";</code></pre>
test/data/fenced_code_block.md
@@ -22,4 +22,9 @@ echo 'language identifier with non words';
22
23
?>
24
<a href="http://auraphp.com" >Aura Project</a>
25
+```
26
+
27
+```php some-class
28
+<?php
29
+echo "Hello World";
30
```
0 commit comments