pandoc/test/Tests/Readers/Org
Albert Krewinkel fe1378227b
Org reader: allow multiple pipe chars in todo sequences
Additional pipe chars, used to separate "action" state from "no further
action" states, are ignored. E.g., for the following sequence, both
`DONE` and `FINISHED` are states with no further action required.

    #+TODO: UNFINISHED | DONE | FINISHED

Previously, parsing of the todo sequence failed if multiple pipe chars
were included.

Closes: #7014
2021-01-09 13:40:31 +01:00
..
Block Update copyright notices for 2021 (#7012) 2021-01-08 09:38:20 -08:00
Inline Update copyright notices for 2021 (#7012) 2021-01-08 09:38:20 -08:00
Block.hs Update copyright notices for 2021 (#7012) 2021-01-08 09:38:20 -08:00
Directive.hs Update copyright notices for 2021 (#7012) 2021-01-08 09:38:20 -08:00
Inline.hs Update copyright notices for 2021 (#7012) 2021-01-08 09:38:20 -08:00
Meta.hs Org reader: allow multiple pipe chars in todo sequences 2021-01-09 13:40:31 +01:00
Shared.hs Update copyright notices for 2021 (#7012) 2021-01-08 09:38:20 -08:00