diff options
Diffstat (limited to 'src/Text')
-rw-r--r-- | src/Text/Pandoc/Readers/Docx.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Readers/Docx.hs b/src/Text/Pandoc/Readers/Docx.hs index 2c436f76f..346d54bbe 100644 --- a/src/Text/Pandoc/Readers/Docx.hs +++ b/src/Text/Pandoc/Readers/Docx.hs @@ -403,7 +403,6 @@ parPartToInlines (PlainOMath exps) = do isAnchorSpan :: Inline -> Bool isAnchorSpan (Span (ident, classes, kvs) ils) = - (not . null) ident && classes == ["anchor"] && null kvs && null ils |