Safe Haskell | None |
---|---|
Language | Haskell2010 |
Patat.Presentation.Fragment
Description
For background info on the spec, see the "Incremental lists" section of the the pandoc manual.
Documentation
data FragmentSettings Source #
Constructors
FragmentSettings | |
Fields
|
Instances
Show FragmentSettings Source # | |
Defined in Patat.Presentation.Fragment Methods showsPrec :: Int -> FragmentSettings -> ShowS show :: FragmentSettings -> String showList :: [FragmentSettings] -> ShowS |
fragmentInstructions :: FragmentSettings -> Instructions Block -> Instructions Block Source #
fragmentBlocks :: FragmentSettings -> [Block] -> [Instruction Block] Source #
fragmentBlock :: FragmentSettings -> Block -> [Instruction Block] Source #