We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a52b6c2 commit 9e61834Copy full SHA for 9e61834
src/Text/Pandoc/Lua/Marshal/Pandoc.hs
@@ -35,7 +35,6 @@ import Text.Pandoc.Lua.Marshal.MetaValue (peekMetaValue, pushMetaValue)
35
import Text.Pandoc.Lua.Marshal.Shared (walkBlocksAndInlines)
36
import Text.Pandoc.Lua.Walk (applyStraight)
37
import Text.Pandoc.Walk (Walkable (walk))
38
-import qualified Data.Foldable as Foldable
39
import qualified Text.Pandoc.Builder as B
40
41
-- | Pushes a 'Pandoc' value as userdata.
0 commit comments