mirror of
https://github.com/erusev/parsedown.git
synced 2025-01-17 20:58:23 +01:00
Add failing test cases
This commit is contained in:
parent
43d25a74fe
commit
9a021b2130
@ -6,3 +6,8 @@ echo $message;</code></pre>
|
||||
<pre><code>> not a quote
|
||||
- not a list item
|
||||
[not a reference]: http://foo.com</code></pre>
|
||||
<hr />
|
||||
<pre><code>foo
|
||||
|
||||
|
||||
bar</code></pre>
|
@ -8,3 +8,10 @@
|
||||
> not a quote
|
||||
- not a list item
|
||||
[not a reference]: http://foo.com
|
||||
|
||||
---
|
||||
|
||||
foo
|
||||
|
||||
|
||||
bar
|
@ -12,3 +12,7 @@ echo "Hello World";
|
||||
<pre><code>the following isn't quite enough to close
|
||||
```
|
||||
still a fenced code block</code></pre>
|
||||
<pre><code>foo
|
||||
|
||||
|
||||
bar</code></pre>
|
@ -29,3 +29,10 @@ the following isn't quite enough to close
|
||||
```
|
||||
still a fenced code block
|
||||
````
|
||||
|
||||
```
|
||||
foo
|
||||
|
||||
|
||||
bar
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user