blob: 30d4c0b3b39f920cc10b137226cd27581b13fafd (
plain)
1
2
3
4
5
6
7
8
9
10
|
```
% pandoc -f markdown -t org --columns=72
- This line has exactly the wrong number of characters before the number 5.
- Long line ending with a number (this time it is in parentheses and a 23)
^D
- This line has exactly the wrong number of characters before the
number 5.
- Long line ending with a number (this time it is in parentheses and
a 23)
```
|