pandoc-2.19.2: Conversion between markup formats
Safe HaskellNone
LanguageHaskell2010

Text.Pandoc.Server

Documentation

data ServerOpts Source #

Constructors

ServerOpts 

Instances

Instances details
Show ServerOpts Source # 
Instance details

Defined in Text.Pandoc.Server

data Params Source #

Constructors

Params 

Instances

Instances details
Show Params Source # 
Instance details

Defined in Text.Pandoc.Server

FromJSON Params Source # 
Instance details

Defined in Text.Pandoc.Server

Default Params Source # 
Instance details

Defined in Text.Pandoc.Server

Methods

def :: Params Source #

newtype Blob Source #

Constructors

Blob ByteString 

Instances

Instances details
Eq Blob Source # 
Instance details

Defined in Text.Pandoc.Server

Methods

(==) :: Blob -> Blob -> Bool #

(/=) :: Blob -> Blob -> Bool #

Show Blob Source # 
Instance details

Defined in Text.Pandoc.Server

Methods

showsPrec :: Int -> Blob -> ShowS #

show :: Blob -> String #

showList :: [Blob] -> ShowS #

ToJSON Blob Source # 
Instance details

Defined in Text.Pandoc.Server

FromJSON Blob Source # 
Instance details

Defined in Text.Pandoc.Server