microformats2-parser-1.0.2.3: A Microformats 2 parser.
Safe HaskellTrustworthy
LanguageHaskell2010

Data.Microformats2.Parser

Synopsis

Documentation

parseMf2 :: Mf2ParserSettings -> Element -> Value Source #

Parses Microformats 2 from an HTML Element into a JSON Value.

HTML parsing stuff (from html-conduit, xml-lens)

sinkDoc :: forall (m :: Type -> Type) o. MonadThrow m => ConduitT ByteString o m Document #