first commit
This commit is contained in:
14
vendor/cebe/markdown/tests/github-data/github-code-in-numbered-list.md
vendored
Normal file
14
vendor/cebe/markdown/tests/github-data/github-code-in-numbered-list.md
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
1. Item one.
|
||||
2. Item two with some code:
|
||||
|
||||
```
|
||||
code one
|
||||
```
|
||||
|
||||
3. Item three with code:
|
||||
|
||||
```
|
||||
code two
|
||||
```
|
||||
|
||||
Paragraph.
|
||||
Reference in New Issue
Block a user