aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-10LaTeX reader: Gobble option & space after linebreak \\[10pt].John MacFarlane1-1/+5
2011-07-10Make HTML reader more forgiving of bad HTML.John MacFarlane1-4/+16
2011-07-10Textile reader: Make it possible to have colons after links.Christoffer Sawicki1-1/+1
2011-06-22Support \dots and well as \ldots in LaTeX reader.John MacFarlane1-2/+6
2011-05-22Forbid ()s in citation item keys.John MacFarlane1-1/+1
2011-04-20Disallow notes within notes in reST and markdown.John MacFarlane2-6/+19
2011-04-11Allow '|' followed by newline in RST line block.John MacFarlane1-2/+5
2011-03-18Changed uri parser so it doesn't include trailing punctuation.John MacFarlane1-1/+1
2011-03-12Fixed bug in RST field list parser.John MacFarlane1-7/+6
2011-03-02Markdown+lhs reader: Require space after inverse bird tracks.John MacFarlane1-1/+3
2011-02-01Markdown reader: Simplified and corrected footnote block parser.John MacFarlane1-7/+10
2011-01-31Improved fix to markdown noteBlock parser.John MacFarlane1-1/+1
2011-01-31Markdown reader: Fixed whitespace footnote bug (Jesse Rosenthal).John MacFarlane1-1/+2
2011-01-30LaTeX reader: Fixed bug with whitespace at beginning of file.John MacFarlane1-2/+2
2011-01-29Markdown reader tables: Fixed bug in alignments.John MacFarlane1-4/+5
2011-01-28RST reader: skip blanklines at beginning, not all leading spaces.John MacFarlane1-1/+1
2011-01-28RST reader: Skip blank space at beginning.John MacFarlane1-0/+1
2011-01-26Add support for attributes in inline Code.John MacFarlane6-13/+19
2011-01-26RST reader: Improved field lists.John MacFarlane1-59/+56
2011-01-26LaTeX reader: Fixed an incomplete pattern match.John MacFarlane1-1/+3
2011-01-26RST reader: Include line breaks in raw field list parser output.John MacFarlane1-1/+3
2011-01-26RST reader: Allow spaces in field list names.John MacFarlane1-1/+1