mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 21:25:48 +00:00
Adjust line wrapping if default wrapping would cause a line to be read as an ordered list item. Fixes #7132
11 lines
358 B
Markdown
11 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)
|
|
```
|