summaryrefslogtreecommitdiff
path: root/oldtests/Misc/Laziness.markdown
blob: 2c32870a9919d45f866465fad2cff24a0cf97088 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
> 1.  one
> two

Laziness only affects paragraph continuations:

>     code
    not same code block

1.    hello
-----

> ```
code
```