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