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.Markup

Description

Parsing combinators for org-mode markup and paragraphs.

Synopsis

Documentation

parseMarkupContent :: Parser [MarkupText] Source #

Parse the whole text content to an array of Markup Text. This parser will not handle the block stop. The block stop shall be already handled before passing text with this Parser

parsePlainText :: Parser MarkupText Source #

The fallback default if all markup parser fails