diff options
author | Alexander Krotov <ilabdsf@gmail.com> | 2017-12-21 16:36:29 +0300 |
---|---|---|
committer | Alexander Krotov <ilabdsf@gmail.com> | 2017-12-21 16:36:29 +0300 |
commit | d035689a0646261d7a4731e39bce7dbf85187773 (patch) | |
tree | 6488bec057f75aac850d39818852ac9a68ec6b70 /test/command | |
parent | 0405c5b461ee8d9a57eacc5ff2b44fafa5c0637f (diff) | |
download | pandoc-d035689a0646261d7a4731e39bce7dbf85187773.tar.gz |
Org writer: do not wrap "-" to avoid accidental bullet lists
Also add TODO for ordered lists.
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/4171.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/command/4171.md b/test/command/4171.md index 3256d4673..42b4576e3 100644 --- a/test/command/4171.md +++ b/test/command/4171.md @@ -23,3 +23,12 @@ a [fn:1] b ``` + +Similar bug: "-" should not be wrapped: +``` +% pandoc -f org -t org +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa - abc +^D +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa - +abc +``` |