aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
2011-01-05LaTeX reader: Don't handle \index separately.John MacFarlane1-7/+0
2011-01-05LaTeX reader: Added "index" to ignorable commands.John MacFarlane1-1/+1
2011-01-05LaTeX reader: skip space before option or argument.John MacFarlane1-1/+1
2011-01-05LaTeX reader: Skip \index commands.John MacFarlane1-1/+8
2011-01-05LaTeX reader: Removed \group (we want to parse inside {}).John MacFarlane1-6/+0
2011-01-05LaTeX reader: Better handling of preamble, inc. parsing macros.John MacFarlane1-10/+20
2011-01-04LaTeX reader: Parse bracketed {parts} as raw TeX.John MacFarlane1-2/+2
2011-01-04Markdown reader: Removed unneeded definitions.John MacFarlane1-10/+8
2011-01-04LaTeX reader: parse macros and apply to math.John MacFarlane1-7/+8
2011-01-04Moved 'macro' and 'applyMacros'' from markdown reader to Parsing.John MacFarlane1-24/+0
2011-01-01Fixed regression in markdown reader.John MacFarlane1-3/+3
2010-12-30LaTeX reader: Allow ignored comments after \end{document}.John MacFarlane1-3/+1
2010-12-30HTML reader: Fixed some parsing bugs.John MacFarlane1-22/+28
2010-12-30Added support for listings package code blocks and inline code.Puneeth Chaganti1-2/+9
2010-12-30Textile reader: Slight speed improvement.John MacFarlane1-5/+5
2010-12-30New HTML reader using tagsoup as a lexer.John MacFarlane3-625/+421
2010-12-24Use functions from Text.Pandoc.Generic instead of processWith(M).John MacFarlane1-1/+2
2010-12-22HTML reader: Simplified parsing of <script> sections.John MacFarlane1-24/+1
2010-12-22Made --smart work with HTML reader.John MacFarlane1-4/+13
2010-12-22RST reader: Added unicode quote characters to specialChars.John MacFarlane1-1/+1
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