aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Org/BlockStarts.hs
AgeCommit message (Collapse)AuthorFilesLines
2016-11-19Org reader: Ensure images in paragraphs are not parsed as figuresAlbert Krewinkel1-1/+25
This fixes a regression introduced in 7e5220b57c5a48fabe6e43ba270db812593d3463.
2016-05-25Org reader: extract inline parser to moduleAlbert Krewinkel1-0/+112
Inline parsing code is moved to a separate module. Parsers for block starts are extracted as well, as those are used in the `endline` parser. This is part of the Org-mode reader cleanup effort.