diff options
Diffstat (limited to 'src/Text')
| -rw-r--r-- | src/Text/Pandoc/Readers/RTF.hs | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/Text/Pandoc/Readers/RTF.hs b/src/Text/Pandoc/Readers/RTF.hs index 0e7fbac5a..5e5799b49 100644 --- a/src/Text/Pandoc/Readers/RTF.hs +++ b/src/Text/Pandoc/Readers/RTF.hs @@ -411,6 +411,7 @@ processTok bs (Tok pos tok') = do        -- eject any previous list items...sometimes TextEdit        -- doesn't put in a \par        emitBlocks bs +    Grouped (Tok _ (ControlWord "pgdsc" _) : _) -> pure bs      Grouped (Tok _ (ControlWord "colortbl" _) : _) -> pure bs      Grouped (Tok _ (ControlWord "listtable" _) : toks) ->        bs <$ inGroup (handleListTable toks) | 
