Home
last modified time | relevance | path

Searched refs:blockListToCustom (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Writers/
H A DCustom.hs50 push (Stringify blks) = Lua.push =<< blockListToCustom blks
96 (fmap (literal . pack) . blockListToCustom)
110 body <- blockListToCustom blocks
165 blockListToCustom :: [Block] -- ^ List of block elements
167 blockListToCustom xs = do function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Writers/
H A DCustom.hs50 push (Stringify blks) = Lua.push =<< blockListToCustom blks
96 (fmap (literal . pack) . blockListToCustom)
110 body <- blockListToCustom blocks
165 blockListToCustom :: [Block] -- ^ List of block elements
167 blockListToCustom xs = do function