Safe Haskell | None |
---|---|
Language | Haskell2010 |
This module defines a CiteprocOutput
instance for pandoc Inlines
.
Orphan instances
CiteprocOutput Inlines Source # | |
toText :: Inlines -> Text Source # fromText :: Text -> Inlines Source # dropTextWhile :: (Char -> Bool) -> Inlines -> Inlines Source # dropTextWhileEnd :: (Char -> Bool) -> Inlines -> Inlines Source # addFontVariant :: FontVariant -> Inlines -> Inlines Source # addFontStyle :: FontStyle -> Inlines -> Inlines Source # addFontWeight :: FontWeight -> Inlines -> Inlines Source # addTextDecoration :: TextDecoration -> Inlines -> Inlines Source # addVerticalAlign :: VerticalAlign -> Inlines -> Inlines Source # addTextCase :: Maybe Lang -> TextCase -> Inlines -> Inlines Source # addDisplay :: DisplayStyle -> Inlines -> Inlines Source # addQuotes :: Inlines -> Inlines Source # movePunctuationInsideQuotes :: Inlines -> Inlines Source # inNote :: Inlines -> Inlines Source # |