microformats2-parser-1.0.1.7: A Microformats 2 parser.

Safe HaskellSafe
LanguageHaskell2010

Data.Microformats2.Parser

Contents

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)