aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
2010-12-22RST reader: recouped speed loss due to addition of --smart.John MacFarlane1-4/+4
2010-12-21Shared: Made splitBy take a test instead of an element.John MacFarlane1-1/+1
2010-12-15HTML reader: allow : in tags.John MacFarlane1-2/+6
2010-12-14Fixed preamble parsing in LaTeX reader.John MacFarlane1-2/+8
2010-12-14Fixed regression in parsing _emph_John MacFarlane1-1/+1
2010-12-13Moved special handling of punctuation in suffix out of markdown reader.Nathan Gass1-7/+2
2010-12-13Added support for latex cite commands in latex reader.Nathan Gass1-8/+109
2010-12-13Markdown reader: Further fix to abbrevs.John MacFarlane1-1/+1
2010-12-13Markdown reader: Fixed abbrev handler to allow abbrev at end of line.John MacFarlane1-2/+2
2010-12-13Markdown reader: Fixed referenceKey parser to allow space after newline.John MacFarlane1-2/+1
2010-12-13Markdown reader: Fixed regression in reference key parser.John MacFarlane1-0/+1
2010-12-12Markdown reader: fix superscripts with links.John MacFarlane1-1/+1
2010-12-10LaTeX reader: Improved parsing of preamble.John MacFarlane1-11/+6
2010-12-10Markdown reader: small cosmetic code improvements.John MacFarlane1-8/+6
2010-12-10Removed HTML sanitization.John MacFarlane2-101/+10
2010-12-10Markdown reader: Allow linebreaks in URLs (treat as spaces).John MacFarlane1-6/+21
2010-12-10Markdown reader: Rewrote para parser for better efficiency.John MacFarlane1-10/+8
2010-12-09textile redcloth definition listspaul.rivier1-2/+29
2010-12-09Textile reader: better treatment of acronyms.John MacFarlane1-1/+1
2010-12-08RST reader: Added footnote suppport.John MacFarlane1-3/+51
2010-12-08Markdown reader: minor footnote changes.John MacFarlane1-2/+3
2010-12-08Textile reader: Implemented footnotes.John MacFarlane1-4/+43
2010-12-07Made --smart work with RST reader.John MacFarlane1-2/+3
2010-12-07Make --smart work in HTML reader.John MacFarlane1-2/+3
2010-12-07Smart punctuation: recognize entities.John MacFarlane1-1/+1
2010-12-07Markdown reader: Moved smartPunctuation parser, for slight speed bump.John MacFarlane1-1/+1
2010-12-07Moved smartPunctuation from Markdown to Parsing.John MacFarlane2-99/+7
2010-12-07Textile reader: implemented acronyms, (tm), (r), (c).John MacFarlane1-6/+29
2010-12-06Markdown reader: better handling of intraword _.John MacFarlane1-3/+5
2010-12-06Markdown reader: handle curly quotes better.John MacFarlane1-15/+14
2010-12-05Fix regression: markdown references should be case-insensitive.John MacFarlane2-9/+10
2010-12-03Merge branch 'citeproc' into master.John MacFarlane1-37/+92
2010-12-03Textile reader: temporarily removed smartPunctuation.John MacFarlane1-2/+2
2010-12-03Textile reader: added hrule parser.John MacFarlane1-0/+13
2010-12-03Textile reader: Turn on smart punctuation by default.John MacFarlane1-2/+2
2010-12-03Textile reader: drop leading, trailing newline in pre block.John MacFarlane1-2/+10
2010-12-03Textile reader: modified str to handle acronyms, hyphens.John MacFarlane1-3/+16
2010-12-03Textile reader: parse raw by default.John MacFarlane1-0/+2
2010-12-03punctuation handling, and more html-specific handlingpaul.rivier2-8/+33
2010-12-03html inlines and html blocks handling in textile readerPaul Rivier1-17/+26
2010-12-03textile reader now ignores html/css attributesPaul Rivier1-8/+34
2010-12-03removed support for textile Inserted constructPaul Rivier1-5/+1
2010-12-03fix autolink by promoting it in the parser list, fix table parabreakPaul Rivier1-7/+5
2010-12-03more support for Textile reader (explicit links, images), tests and cabal ent...Paul Rivier1-17/+44
2010-12-03simpler table cell handlingpaul.rivier1-24/+12
2010-12-03preliminary material toward table supportpaul.rivier1-1/+64
2010-12-03textile reader now imports import Text.Pandoc.Parsingpaul.rivier1-1/+2
2010-12-03Basic Textile Readerpaul.rivier2-1/+255
2010-11-28Merge branch 'master' into citeprocJohn MacFarlane1-0/+3
2010-11-28Markdown parser performance improvement.John MacFarlane1-0/+3