From 19591df739a6c50a3d0a9af55ba90b883264b21d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 16 Aug 2013 13:05:06 -0700 Subject: Shared: stringify now skips over footnotes. That is usually the right thing to do for section labels, etc. --- src/Text/Pandoc/Shared.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Text/Pandoc/Shared.hs b/src/Text/Pandoc/Shared.hs index 72b467da5..bf92601ef 100644 --- a/src/Text/Pandoc/Shared.hs +++ b/src/Text/Pandoc/Shared.hs @@ -391,6 +391,7 @@ stringify = query go go (Str x) = x go (Code _ x) = x go (Math _ x) = x + go (Note _) = "" go LineBreak = " " go _ = "" -- cgit v1.2.3