daino-0.1.5.2: daino is a static site generator (SSG) using shake and pandoc
Safe HaskellSafe-Inferred
LanguageHaskell2010

Wave.Panrep2html

Documentation

data ContentHtml Source #

Constructors

ContentHtml 

Instances

Instances details
ToJSON ContentHtml Source #

the record which contains the blog text in html format the ref to the pdf File todays date filename3 the original file name mit id,h1, h2,.. span und p tags

Instance details

Defined in Wave.Panrep2html

Generic ContentHtml Source # 
Instance details

Defined in Wave.Panrep2html

Associated Types

type Rep ContentHtml :: Type -> Type #

Show ContentHtml Source # 
Instance details

Defined in Wave.Panrep2html

Zeros ContentHtml Source # 
Instance details

Defined in Wave.Panrep2html

type Rep ContentHtml Source # 
Instance details

Defined in Wave.Panrep2html

type Rep ContentHtml = D1 ('MetaData "ContentHtml" "Wave.Panrep2html" "daino-0.1.5.2-BGWuqXC897kITybImSdur4" 'False) (C1 ('MetaCons "ContentHtml" 'PrefixI 'True) ((S1 ('MetaSel ('Just "content3") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "today3") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "linkpdf3") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "filename3") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))))