b9b2586ed3
Adjust line wrapping if default wrapping would cause a line to be read as an ordered list item. Fixes #7132
10 lines
358 B
Markdown
10 lines
358 B
Markdown
```
|
|
% 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)
|
|
```
|