orgmode-parse-0.3.0: A collection of Attoparsec combinators for parsing org-mode flavored documents.

Copyright© 2014 Parnell Springmeyer
LicenseAll Rights Reserved
MaintainerParnell Springmeyer <parnell@digitalmentat.com>
Stabilitystable
Safe HaskellNone
LanguageHaskell2010

Data.OrgMode.Parse.Attoparsec.Block

Description

Parsing combinators for org-mode markup and paragraphs.

Synopsis

Documentation

parseBlocks :: Parser [Block] Source #

Parse the content until reaching a drawer, a list, or a block end. And include the parsed drawer.