Added 26.1 release
[markdown-mode.git] / tests / blocks.md
blobf55026e9e9b85c2664d11fde197f29b2dad78206
1 # Block and Paragraph Movement Tests
3 ## With Whitespace
5 1. abc
7     * def
9         1. ghi
11         1. jkl
13 mno
15 ```
16 pqr
19 ```
23 ~~~
25 ~~~
27   yz
28 abc
30 > def
31 > ghi
33 > jkl
34 > mno
36 pqr
37 stu
38 vwxyz
40 ## Without Whitespace
42 1. abc
43     * def
44         1. ghi
45         1. jkl
47 mno
48 ```
49 pqr
52 ```
54 ~~~
56 ~~~
57   yz
58 abc
59 > def
60 > ghi
62 > jkl
63 > mno
64 pqr
65 stu
66 vwxyz