diff --git a/src/Heist/Extra/Splices/Pandoc/Render.hs b/src/Heist/Extra/Splices/Pandoc/Render.hs index 33d2568..1fe94ab 100644 --- a/src/Heist/Extra/Splices/Pandoc/Render.hs +++ b/src/Heist/Extra/Splices/Pandoc/Render.hs @@ -291,4 +291,6 @@ plainify = W.query $ \case B.Span _ _ -> "" -- TODO: How to wrap math stuff here? B.Math _mathTyp s -> s + -- Ignore footnote or endnote + B.Note {} -> "" _ -> ""