From 399c75da448dc0f90855b43ee44e9d7cf8009f1c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 16 Aug 2013 13:08:11 -0700 Subject: Revert "Shared: stringify now skips over footnotes." This reverts commit 19591df739a6c50a3d0a9af55ba90b883264b21d. This change didn't work; query has already written the contents of the note by the time it gets to Note. --- src/Text/Pandoc/Shared.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Text') diff --git a/src/Text/Pandoc/Shared.hs b/src/Text/Pandoc/Shared.hs index bf92601ef..72b467da5 100644 --- a/src/Text/Pandoc/Shared.hs +++ b/src/Text/Pandoc/Shared.hs @@ -391,7 +391,6 @@ stringify = query go go (Str x) = x go (Code _ x) = x go (Math _ x) = x - go (Note _) = "" go LineBreak = " " go _ = "" -- cgit v1.2.3