Skip to content

Commit

Permalink
test: add test for nested gh codeblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
tivie committed Jan 28, 2017
1 parent bfcc0e4 commit dbf876b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/cases/nested-gh-codeblocks.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<pre><code>1. some code idented 4 spaces

```
var foobar = 'foo';
```

2. another line
</code></pre>
9 changes: 9 additions & 0 deletions test/cases/nested-gh-codeblocks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
```
1. some code idented 4 spaces
```
var foobar = 'foo';
```
2. another line
```

0 comments on commit dbf876b

Please sign in to comment.