summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
Commit message (Expand)AuthorAge
...
* MediaWiki reader: improved handling of display math.John MacFarlane2017-01-19
* Fixed -f markdown_github-hard_line_breaks+escaped_line_breaks.John MacFarlane2017-01-08
* Remove pipe char irking the haddock coverage toolAlbert Krewinkel2017-01-06
* Org reader: accept org-ref citations followed by commasAlbert Krewinkel2017-01-06
* Org reader: ensure emphasis markup can be nestedAlbert Krewinkel2017-01-05
* MediaWiki reader: Fix quotation mark parsing (#3336)tgkokk2017-01-05
* markdown reader: disallow space between inline code and attributes (#3326)Mauro Bieg2016-12-24
* Docx reader: Empty header should be list of lists.Jesse Rosenthal2016-12-13
* Docx reader: Ensure one-row tables don't have header.Jesse Rosenthal2016-12-08
* Removed debug trace from HTML reader.John MacFarlane2016-12-08
* HTML reader: Understand `style=width:` as well as `width` in `col`.John MacFarlane2016-12-07
* RST reader: print warnings when keys, substitition, notes not found.John MacFarlane2016-12-07
* RST reader: fix hyperlink aliases.John MacFarlane2016-12-07
* Fixed some bad regressions in HTML table parser.John MacFarlane2016-12-06
* Use new module from texmath to lookup MS font codepoints.John MacFarlane2016-11-30
* HTML reader: improved table parsing.John MacFarlane2016-11-26
* [odt] Infer table's caption from the paragraph (#3224)hubertp-lshift2016-11-26
* LaTeX reader: don't treat `\vspace` and `\hspace` as block commands.John MacFarlane2016-11-26
* Org reader: respect column width settingsAlbert Krewinkel2016-11-24
* Allow beamer-style <...> options in raw LaTeX (also in Markdown).John MacFarlane2016-11-20
* LaTeX reader: improved table handling.John MacFarlane2016-11-19
* LaTeX reader: limited support for minipage.John MacFarlane2016-11-19
* Un-break Travis buildAlbert Krewinkel2016-11-19
* LaTeX reader: improved parsing of tables.John MacFarlane2016-11-19
* Fixed xref lookup in DocBook reader. Closes #3243.John MacFarlane2016-11-19
* Org reader: Ensure images in paragraphs are not parsed as figuresAlbert Krewinkel2016-11-19
* Small caps in Bracketed Spans (#3191)ickc2016-11-16
* Allow alignments to be specified in Markdown grid tables.John MacFarlane2016-11-15
* HTML reader: only treat "a" element as link if it has href.John MacFarlane2016-11-13
* Docx reader: add a placeholder value for CHART.Jesse Rosenthal2016-11-10
* Docx reader: Be more specific in parsing imagesJesse Rosenthal2016-11-10
* Org reader: allow HTML attribs on non-figure imagesAlbert Krewinkel2016-11-09
* Inline code when text has a special styleHubert Plociniczak2016-11-08
* Markdown reader: Allow reference link labels starting with @...John MacFarlane2016-11-05
* Docx Reader: abstract out function to avoid code repetition.Jesse Rosenthal2016-11-02
* Docx reader: Handle Alt text and titles in images.Jesse Rosenthal2016-11-02
* Docx reader utils: handle empty namespace in elemNameJesse Rosenthal2016-11-02
* HTML reader: treat `<math>` as MathML by default...John MacFarlane2016-11-02
* LaTeX reader: Handle BVerbatim from fancyvrb. Fixes #3203.John MacFarlane2016-11-02
* Handle hungarumlaut in LaTeX reader. Closes #3201.John MacFarlane2016-11-01
* [odt] Infer tables' header props from rows (#3199)hubertp-lshift2016-11-01
* LaTeX reader: allow for []s inside LaTeX optional args.John MacFarlane2016-10-31
* Org reader: support `ATTR_HTML` for special blocksAlbert Krewinkel2016-10-30
* Org reader: support the `todo` export optionAlbert Krewinkel2016-10-30
* Org reader: add support for todo-markersAlbert Krewinkel2016-10-30
* Markdown Reader: add attributes for autolink (#3183)Daniele D'Orazio2016-10-26
* Export Text.Pandoc.Error in Text.Pandoc.John MacFarlane2016-10-24
* Added `angle_brackets_escapable` extension.John MacFarlane2016-10-22
* EPUB reader: don't add root path to data: URIs.John MacFarlane2016-10-22
* Image with a caption needs special formattingHubert Plociniczak2016-10-19