org-parser-0.1.0.0: Parser for Org Mode documents.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Org.Parser.Elements

Description

Parsers for Org elements.

Synopsis

General

elements :: OrgParser OrgElements Source #

Parse zero or more Org elements.

Greater elements

plainList :: OrgParser OrgElementData Source #

Parse a plain list.

greaterBlock :: OrgParser OrgElementData Source #

Parse a greater block.

footnoteDef :: OrgParser OrgElementData Source #

Parse a footnote definition.

Lesser elements

exampleBlock :: OrgParser OrgElementData Source #

Parse an example block.

fixedWidth :: OrgParser OrgElementData Source #

Parse a fixed width block.

srcBlock :: OrgParser OrgElementData Source #

Parse a source block.

exportBlock :: OrgParser OrgElementData Source #

Parse an export block.

latexEnvironment :: OrgParser OrgElementData Source #

Parse a LaTeX environment.

horizontalRule :: OrgParser OrgElementData Source #

Parse a horizontal rule.

commentBlock :: OrgParser OrgElementData Source #

Parse a comment block.