aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
2015-11-08Org reader: fix markup parsing in headersAlbert Krewinkel1-1/+1
2015-10-30Pipe tables with long lines now get relative cell widths.John MacFarlane1-13/+20
2015-10-30Textile reader: don't do smart punctuation unless explicitly asked.John MacFarlane1-3/+4
2015-10-26Markdown reader: improved parser for `mmd_title_block`.John MacFarlane1-9/+8
2015-10-25Merge pull request #2477 from tarleb/org-toggling-header-argsJohn MacFarlane1-4/+16
2015-10-25Org reader: allow toggling header argsAlbert Krewinkel1-4/+16
2015-10-24Org reader: fix paragraph/list interactionAlbert Krewinkel1-6/+29
2015-10-22Fixed over-eager raw HTML inline parsing.John MacFarlane1-0/+1
2015-10-22Changed § to % in operators from Odt.Arrows.Utils.John MacFarlane5-43/+42
2015-10-15LaTeX reader: fixed longtable support.John MacFarlane1-1/+1
2015-10-14More changes to avoid compiler warnings on ghc 7.10.John MacFarlane1-1/+1
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane24-45/+10
2015-10-11HTML reader/writer: better handling of "section" elements.John MacFarlane1-3/+10
2015-10-10Merge pull request #2412 from frerich/reader/docbook/xref_supportJohn MacFarlane1-5/+37
2015-10-09LaTeX reader: don't eat excess whitespace after macros.John MacFarlane1-4/+4
2015-10-09LaTeX reader: don't eat whitespace after macro with only opt arg.John MacFarlane1-1/+3
2015-10-04Docx Reader: Parse soft, no-break hyphen elementsOphir Lifshitz2-1/+7
2015-09-25Markdown reader: handle 'id' and 'class' in parsing key/value attrs.John MacFarlane1-1/+5
2015-09-24Improve text generated for <xref> by employing docbook-xsl heuristicsFrerich Raabe1-2/+16
2015-09-24Added proper support for DocBook 'xref' elementsFrerich Raabe1-2/+18
2015-09-23Pass the parsed DocBook content along the state of readDocBookFrerich Raabe1-2/+4
2015-09-23Minor refactoring to readDocBookFrerich Raabe1-2/+2
2015-09-23LaTeX reader: support longtable.John MacFarlane1-0/+2
2015-09-19Make sure verse blocks can contain empty linesAlbert Krewinkel1-1/+1
2015-08-17Merge pull request #2364 from gbataille/bugDocJohn MacFarlane1-6/+6
2015-08-17[BUG] Haddock : * and ^ to be escaped in docsGrégory Bataille1-6/+6
2015-08-15RST reader: better handling of indirect roles.John MacFarlane1-9/+11
2015-08-15Merge pull request #2360 from jg/issue-2354John MacFarlane1-1/+16
2015-08-15Org reader: add auto identifiers if not present on headersJuliusz Gonera1-1/+16
2015-08-10EPUB reader: stop mangling external URLs.John MacFarlane1-8/+1
2015-08-08MediaWiki reader: handle unquoted table attributes.John MacFarlane1-2/+2
2015-08-08HTML reader: add auto identifiers if not present on headers.John MacFarlane1-7/+17
2015-08-08DocBook reader: handle informalexample.John MacFarlane1-1/+4
2015-08-08LaTeX reader: Implement \Cite.John MacFarlane1-0/+1
2015-08-07Merge pull request #2327 from hftf/list-styleJohn MacFarlane1-23/+35
2015-07-27HTML Reader: Detect font-variant with pickStyleAttrPropsOphir Lifshitz1-6/+5
2015-07-27Pipe tables: allow indented columns.John MacFarlane1-1/+3
2015-07-25Merge pull request #1689 from kuribas/masterJohn MacFarlane1-3/+9
2015-07-24HTML Reader: Parse <ol> type, class, and inline list-style(-type) CSSOphir Lifshitz1-17/+30
2015-07-23Added odt readerMarLinn12-0/+4121
2015-07-23Updated tests and removed a skipSpaces....John MacFarlane1-1/+0
2015-07-23Merge pull request #2323 from hftf/implicit-header-refsJohn MacFarlane1-0/+2
2015-07-23LaTeX reader: support abstract environment.John MacFarlane1-0/+1
2015-07-23Markdown Reader: Skip spaces in headersOphir Lifshitz1-0/+2
2015-07-21Fix regression: allow HTML comments containing `--`.John MacFarlane1-4/+4
2015-07-21HTML reader: handle type attribute on ol.John MacFarlane1-1/+8
2015-07-21LaTeX reader: properly handle booktabs lines.John MacFarlane1-1/+10
2015-07-14Markdown reader: don't allow bare URI links or autolinks in link label.John MacFarlane1-0/+2
2015-07-10Avoid parsing partial URLs as HTML tags.John MacFarlane1-1/+8
2015-07-03Readers.RST: Factor out inline markup string parsingLars-Dominik Braun1-15/+11