aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
2015-12-03Textile Reader: image attributesmb211-2/+9
2015-11-24Allow pipe tables with no body rows.John MacFarlane1-2/+3
2015-11-24LaTeX reader: Improved smart quote parsing.John MacFarlane1-14/+13
2015-11-23LaTeX reader: Use curly quotes for unmatched `.John MacFarlane1-1/+8
2015-11-23Docx Reader: Remove DummyListItem typeJesse Rosenthal2-12/+7
2015-11-19Renamed link attribute extensions.John MacFarlane1-4/+4
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane9-87/+117
2015-11-19Rationalized behavior of --no-tex-ligatures and --smart.John MacFarlane1-9/+15
2015-11-18Docx reader: Clean up commented-out functionJesse Rosenthal1-7/+0
2015-11-18Docx reader: Handle dummy list items.Jesse Rosenthal2-6/+15
2015-11-16Textile reader: skip over attribute in image source.John MacFarlane1-0/+1
2015-11-14Follow relationships correctly in foot/endnotes.Jesse Rosenthal1-27/+40
2015-11-13Merge pull request #2526 from tarleb/org-definition-lists-fixJohn MacFarlane1-1/+4
2015-11-13Org reader: Require whitespace around def list markersAlbert Krewinkel1-1/+4
2015-11-13Merge pull request #2525 from tarleb/org-smart-fixesJohn MacFarlane1-4/+9
2015-11-13Added `emoji` extension to Markdown.John MacFarlane1-0/+17
2015-11-13Org reader: Fix emphasis rules for smart parsingAlbert Krewinkel1-4/+9
2015-11-09Restored Text.Pandoc.Compat.Monoid.John MacFarlane12-4/+12
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane33-34/+1
2015-11-08Merge pull request #2502 from minoki/latex-comment-environmentJohn MacFarlane1-1/+2
2015-11-08Merge pull request #2505 from tarleb/org-header-markup-fixJohn MacFarlane1-1/+1
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane33-1/+34
2015-11-08Org reader: fix markup parsing in headersAlbert Krewinkel1-1/+1
2015-11-08LaTeX reader: Handle `comment` environment.ARATA Mizuki1-1/+2
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