aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
2014-07-30getT2TMeta: Take list of source files instead of single.John MacFarlane1-7/+8
2014-07-30Docx reader: Make docx reader put image data in MediaBag.Jesse Rosenthal2-37/+30
2014-07-29Docx reader: Make metavalues out of styled paragraphs.Jesse Rosenthal1-11/+73
2014-07-26Merge pull request #1457 from mpickering/generalstateJohn MacFarlane1-18/+61
2014-07-27Added compatability layer to support directory-1.1Matthew Pickering1-1/+1
2014-07-27Txt2Tags Reader: Added copyright informationMatthew Pickering1-0/+26
2014-07-27Txt2Tags Reader: Added recognition of macrosMatthew Pickering1-4/+18
2014-07-27Added txt2tags readerMatthew Pickering1-0/+507
2014-07-26Generalised more in Parsing.hs to enable the use of custom stateMatthew Pickering1-18/+61
2014-07-23DocBook reader: Better handle elements inside code environments.John MacFarlane1-1/+6
2014-07-22Exported runParserT and StreamMatthew Pickering1-2/+1
2014-07-20HTML reader: parse Div and Span elements even without `--parse-raw`.John MacFarlane1-2/+0
2014-07-20Fix behavior of `markdown_attribute` extension.John MacFarlane1-4/+15
2014-07-20Markdown reader: Fixed small bug in HTML parsing with markdown_attribute.John MacFarlane1-3/+4
2014-07-20Markdown reader: revised definition list syntax (closes #1429).John MacFarlane1-23/+38
2014-07-20Org reader: text adjacent to a list yields a Plain, not Para.John MacFarlane1-3/+7
2014-07-19Renamed readTeXMath' to avoid name conflict with texmath 0.6.7Matthew Pickering1-12/+3
2014-07-17Org reader: Respect :exports header arguments on code blocksCraig S. Bosma1-5/+27
2014-07-16Removed redundant clause in markdown parser.John MacFarlane1-2/+1
2014-07-16Docx Reader: Fix hdr auto-id when already auto-id.Jesse Rosenthal1-11/+19
2014-07-16Docx Reader: Change state handling.Jesse Rosenthal1-16/+12
2014-07-13Use renderTags' for all tag rendering.John MacFarlane1-1/+1
2014-07-12Removed space at ends of lines in source.John MacFarlane5-45/+45
2014-07-12Merge pull request #1414 from mpickering/generalJohn MacFarlane5-13/+13
2014-07-12Merge pull request #1415 from jkr/nicertypeJohn MacFarlane2-751/+712
2014-07-12Docx Reader: Add a compatibility layer for Except.Jesse Rosenthal1-3/+3
2014-07-12Docx Reader: A nicer Docx type.Jesse Rosenthal2-751/+712
2014-07-11Removed (>>~) functionMatthew Pickering5-13/+13
2014-07-10Fixed an issue caused by e4263d306e6988dd322c895242eb818d22b9e012.John MacFarlane1-0/+5
2014-07-10Markdown reader: Fixed regression with intraword underscores.John MacFarlane1-10/+16
2014-07-10Markdown reader: Slight rewrite of enclosure/emphOrStrong code.John MacFarlane1-6/+8
2014-07-07Revamped raw HTML block parsing in markdown.John MacFarlane1-42/+47
2014-07-07HTML reader: adjust `blockTags` and `eitherBlockOrInline`.John MacFarlane1-9/+13
2014-07-02Docx Reader: Write LaTeX based on equations in word.Jesse Rosenthal1-4/+172
2014-07-02Docx Reader: Add new file, TexChar.Jesse Rosenthal1-0/+4386
2014-07-02Docx Reader: Parse omml equations.Jesse Rosenthal1-8/+336
2014-06-30Docx reader: clean up parStyle processing.Jesse Rosenthal1-45/+36
2014-06-29Merge pull request #1386 from jkr/hanging_indentJohn MacFarlane2-15/+51
2014-06-29Docx reader: Make use of new ParIndentation info.Jesse Rosenthal1-10/+25
2014-06-29Docx reader: Add ParIndentation type to parser.Jesse Rosenthal1-5/+26
2014-06-29Docx Reader: Update state properlyJesse Rosenthal1-3/+8
2014-06-28Docx Reader: All headers get auto id.Jesse Rosenthal1-1/+10
2014-06-28Docx Reader: Introduce link rewriting.Jesse Rosenthal1-7/+30
2014-06-28make makeHeaderAnchors make an auto idJesse Rosenthal1-3/+7
2014-06-28Rewrote header generation.Jesse Rosenthal1-25/+25
2014-06-28Docx Reader: Simplify makeHeaderAnchorsJesse Rosenthal1-8/+5
2014-06-28Docx Reader: Clean up guardsJesse Rosenthal1-9/+9
2014-06-28Docx rdr: Avoid mapping makeHeaderAnchors globallyJesse Rosenthal1-4/+4
2014-06-28Move Docx reader to DocxContext monadJesse Rosenthal1-107/+140
2014-06-26Require haddock-library >= 1.1 and simplify haddock reader code.John MacFarlane1-39/+1