aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
2012-02-04Revert "LaTeX reader: Use kpsewhich to find paths for handleIncludes."John MacFarlane1-11/+1
2012-02-04LaTeX reader: Use kpsewhich to find paths for handleIncludes.John MacFarlane1-1/+11
2012-02-04Have handleIncludes look for local .sty files from \usepackage.John MacFarlane1-3/+7
2012-02-04LaTeX reader: small bug fixes.John MacFarlane1-8/+10
2012-02-04Minor formatting changeJohn MacFarlane1-1/+2
2012-02-04LaTeX reader: Factored out rawEnvJohn MacFarlane1-7/+11
2012-02-04Small improvements in latex table parser.John MacFarlane1-3/+2
2012-02-04Complete rewrite of LaTeX reader.John MacFarlane2-981/+737
2012-01-29LaTeX reader: Require non-letter after certain commands.John MacFarlane1-6/+11
2012-01-28Removed an unnecessary `many spaceChar`.John MacFarlane1-1/+1
2012-01-28Markdown reader: Fixed bug in code block attribute parser.John MacFarlane1-3/+4
2012-01-28Support github syntax for fenced code blocks.John MacFarlane1-10/+14
2012-01-27Fixed table parsing with wide or combining characters.John MacFarlane1-4/+4
2012-01-26LaTeX reader: Handle \@.John MacFarlane1-1/+4
2012-01-19Added Docx writer.John MacFarlane1-4/+7
2012-01-12Added "title" to list of docbook block-level tags.John MacFarlane1-1/+1
2012-01-10Markdown reader: fixed bug in table/hrule parsing.John MacFarlane1-1/+1
2012-01-08Markdown reader: Allow links in image captions.John MacFarlane1-13/+10
2012-01-02Markdown reader: Fix parsing of consecutive lists.John MacFarlane1-10/+12
2012-01-01New treatment of dashes in --smart mode.John MacFarlane1-1/+2
2011-12-31Support for math in RST reader and writer.John MacFarlane1-4/+5
2011-12-30Support Sphinx style math in RST reader.John MacFarlane1-4/+35
2011-12-29Better smart quote parsing.John MacFarlane4-3/+15
2011-12-27Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane2-11/+9
2011-12-27LaTeX reader: Return Str instead of Apostrophe.John MacFarlane1-1/+1
2011-12-27Markdown reader: Improved previous patch to allow unicode apostrophe.John MacFarlane1-1/+2
2011-12-26Modified str parser to capture apostrophes in smart mode.John MacFarlane1-2/+9
2011-12-05Markdown reader: Fixed backslash escapes in reference links.John MacFarlane1-4/+3
2011-12-05Markdown: Better handling of escapes in link URLs and titles.John MacFarlane1-10/+8
2011-12-05Changes to fit new charsInBalanced.John MacFarlane2-8/+13
2011-12-05Markdown reader: internal changes.John MacFarlane1-5/+9
2011-12-05Parsing: Changed type of escaped to return CharJohn MacFarlane2-2/+3
2011-11-12LaTeX reader: Don't crash on commands like `\itemsep`.John MacFarlane1-1/+2
2011-11-12LaTeX reader: Ignore empty groups {}, { }.John MacFarlane1-0/+8
2011-11-09Markdown citations: don't strip off initial space in locator.John MacFarlane1-1/+5
2011-11-08TeXMath writer: Use unicode thin spaces for thin spaces.John MacFarlane1-1/+7
2011-11-06Markdown reader: allow punctuation only internally in cite keys.John MacFarlane1-1/+2
2011-10-25HTML reader now recognizes DocBook block and inline tags.John MacFarlane1-5/+24
2011-08-23allow footnotes followed by newline without space charstakahashim1-2/+2
2011-08-01HTML reader: Fixed bug parsing tables w both thead and tbody.John MacFarlane1-0/+1
2011-07-30Added PRAGMA needed for ghc 6.12.John MacFarlane1-0/+1
2011-07-30Removed applicative stuff in Markdown reader.John MacFarlane1-16/+16
2011-07-30Markdown reader: Improved emph/strong parsing.John MacFarlane1-13/+34
2011-07-23RST reader: Partial support for labeled footnotes.John MacFarlane1-7/+20
2011-07-23Properly handle characters in the 128..159 range.John MacFarlane1-2/+41
2011-07-21LaTeX reader: Handle \subtitle command.John MacFarlane1-1/+10
2011-07-21LaTeX reader & writer: Use \and to separate authors.John MacFarlane1-2/+4
2011-07-16HTML reader: treat Plain as Para when needed.John MacFarlane1-9/+12
2011-07-15HTML reader: Handle tbody, thead in simple tables.John MacFarlane1-7/+17
2011-07-11Merge pull request #273 from qerub/masterJohn MacFarlane1-1/+1