summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
Commit message (Expand)AuthorAge
* Docx Reader: Single underlines are "emph"Jesse Rosenthal2014-07-31
* New module, Text.Pandoc.MediaBag.John MacFarlane2014-07-31
* Made MediaBag a newtype, and added mime type information to media.John MacFarlane2014-07-31
* getT2TMeta: Take list of source files instead of single.John MacFarlane2014-07-30
* Docx reader: Make docx reader put image data in MediaBag.Jesse Rosenthal2014-07-30
* Docx reader: Make metavalues out of styled paragraphs.Jesse Rosenthal2014-07-29
* Merge pull request #1457 from mpickering/generalstateJohn MacFarlane2014-07-26
|\
| * Generalised more in Parsing.hs to enable the use of custom stateMatthew Pickering2014-07-26
* | Added compatability layer to support directory-1.1Matthew Pickering2014-07-27
* | Txt2Tags Reader: Added copyright informationMatthew Pickering2014-07-27
* | Txt2Tags Reader: Added recognition of macrosMatthew Pickering2014-07-27
* | Added txt2tags readerMatthew Pickering2014-07-27
|/
* DocBook reader: Better handle elements inside code environments.John MacFarlane2014-07-23
* Exported runParserT and StreamMatthew Pickering2014-07-22
* HTML reader: parse Div and Span elements even without `--parse-raw`.John MacFarlane2014-07-20
* Fix behavior of `markdown_attribute` extension.John MacFarlane2014-07-20
* Markdown reader: Fixed small bug in HTML parsing with markdown_attribute.John MacFarlane2014-07-20
* Markdown reader: revised definition list syntax (closes #1429).John MacFarlane2014-07-20
* Org reader: text adjacent to a list yields a Plain, not Para.John MacFarlane2014-07-20
* Renamed readTeXMath' to avoid name conflict with texmath 0.6.7Matthew Pickering2014-07-19
* Org reader: Respect :exports header arguments on code blocksCraig S. Bosma2014-07-17
* Removed redundant clause in markdown parser.John MacFarlane2014-07-16
* Docx Reader: Fix hdr auto-id when already auto-id.Jesse Rosenthal2014-07-16
* Docx Reader: Change state handling.Jesse Rosenthal2014-07-16
* Use renderTags' for all tag rendering.John MacFarlane2014-07-13
* Removed space at ends of lines in source.John MacFarlane2014-07-12
* Merge pull request #1414 from mpickering/generalJohn MacFarlane2014-07-12
|\
| * Removed (>>~) functionMatthew Pickering2014-07-11
* | Merge pull request #1415 from jkr/nicertypeJohn MacFarlane2014-07-12
|\ \ | |/ |/|
| * Docx Reader: Add a compatibility layer for Except.Jesse Rosenthal2014-07-12
| * Docx Reader: A nicer Docx type.Jesse Rosenthal2014-07-12
* | Fixed an issue caused by e4263d306e6988dd322c895242eb818d22b9e012.John MacFarlane2014-07-10
* | Markdown reader: Fixed regression with intraword underscores.John MacFarlane2014-07-10
* | Markdown reader: Slight rewrite of enclosure/emphOrStrong code.John MacFarlane2014-07-10
|/
* Revamped raw HTML block parsing in markdown.John MacFarlane2014-07-07
* HTML reader: adjust `blockTags` and `eitherBlockOrInline`.John MacFarlane2014-07-07
* Docx Reader: Write LaTeX based on equations in word.Jesse Rosenthal2014-07-02
* Docx Reader: Add new file, TexChar.Jesse Rosenthal2014-07-02
* Docx Reader: Parse omml equations.Jesse Rosenthal2014-07-02
* Docx reader: clean up parStyle processing.Jesse Rosenthal2014-06-30
* Merge pull request #1386 from jkr/hanging_indentJohn MacFarlane2014-06-29
|\
| * Docx reader: Make use of new ParIndentation info.Jesse Rosenthal2014-06-29
| * Docx reader: Add ParIndentation type to parser.Jesse Rosenthal2014-06-29
* | Docx Reader: Update state properlyJesse Rosenthal2014-06-29
|/
* Docx Reader: All headers get auto id.Jesse Rosenthal2014-06-28
* Docx Reader: Introduce link rewriting.Jesse Rosenthal2014-06-28
* make makeHeaderAnchors make an auto idJesse Rosenthal2014-06-28
* Rewrote header generation.Jesse Rosenthal2014-06-28
* Docx Reader: Simplify makeHeaderAnchorsJesse Rosenthal2014-06-28
* Docx Reader: Clean up guardsJesse Rosenthal2014-06-28