mirror of
https://github.com/erusev/parsedown.git
synced 2025-09-13 16:22:04 +02:00
Add test to prevent regression
This commit is contained in:
@@ -15,4 +15,6 @@ still a fenced code block</code></pre>
|
|||||||
<pre><code>foo
|
<pre><code>foo
|
||||||
|
|
||||||
|
|
||||||
bar</code></pre>
|
bar</code></pre>
|
||||||
|
<pre><code class="language-php"><?php
|
||||||
|
echo "Hello World";</code></pre>
|
@@ -35,4 +35,9 @@ foo
|
|||||||
|
|
||||||
|
|
||||||
bar
|
bar
|
||||||
|
```
|
||||||
|
|
||||||
|
```php some-class
|
||||||
|
<?php
|
||||||
|
echo "Hello World";
|
||||||
```
|
```
|
Reference in New Issue
Block a user