summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Markdown.hs
Commit message (Expand)AuthorAge
* Markdown reader: fixed bug in table/hrule parsing.John MacFarlane2012-01-10
* Markdown reader: Allow links in image captions.John MacFarlane2012-01-08
* Markdown reader: Fix parsing of consecutive lists.John MacFarlane2012-01-02
* Better smart quote parsing.John MacFarlane2011-12-29
* Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane2011-12-27
* Markdown reader: Improved previous patch to allow unicode apostrophe.John MacFarlane2011-12-27
* Modified str parser to capture apostrophes in smart mode.John MacFarlane2011-12-26
* Markdown reader: Fixed backslash escapes in reference links.John MacFarlane2011-12-05
* Markdown: Better handling of escapes in link URLs and titles.John MacFarlane2011-12-05
* Changes to fit new charsInBalanced.John MacFarlane2011-12-05
* Markdown reader: internal changes.John MacFarlane2011-12-05
* Markdown citations: don't strip off initial space in locator.John MacFarlane2011-11-09
* Markdown reader: allow punctuation only internally in cite keys.John MacFarlane2011-11-06
* Added PRAGMA needed for ghc 6.12.John MacFarlane2011-07-30
* Removed applicative stuff in Markdown reader.John MacFarlane2011-07-30
* Markdown reader: Improved emph/strong parsing.John MacFarlane2011-07-30
* Forbid ()s in citation item keys.John MacFarlane2011-05-22
* Disallow notes within notes in reST and markdown.John MacFarlane2011-04-20
* Markdown+lhs reader: Require space after inverse bird tracks.John MacFarlane2011-03-02
* Markdown reader: Simplified and corrected footnote block parser.John MacFarlane2011-02-01
* Improved fix to markdown noteBlock parser.John MacFarlane2011-01-31
* Markdown reader: Fixed whitespace footnote bug (Jesse Rosenthal).John MacFarlane2011-01-31
* Markdown reader tables: Fixed bug in alignments.John MacFarlane2011-01-29
* Add support for attributes in inline Code.John MacFarlane2011-01-26
* Markdown reader: Don't parse latex/context environments as inline.John MacFarlane2011-01-26
* Distinguish latex & context environments; blank line after in writers.John MacFarlane2011-01-26
* Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane2011-01-26
* Markdown reader: slight speedup by moving whitespace parser.John MacFarlane2011-01-22
* Replaced more noneOf/oneOf parsers.John MacFarlane2011-01-19
* Replaced uses of oneOf with more efficient parsers.John MacFarlane2011-01-19
* Markdown reader: Removed unneeded definitions.John MacFarlane2011-01-04
* Moved 'macro' and 'applyMacros'' from markdown reader to Parsing.John MacFarlane2011-01-04
* Fixed regression in markdown reader.John MacFarlane2011-01-01
* New HTML reader using tagsoup as a lexer.John MacFarlane2010-12-30
* Use functions from Text.Pandoc.Generic instead of processWith(M).John MacFarlane2010-12-24
* Fixed regression in parsing _emph_John MacFarlane2010-12-14
* Moved special handling of punctuation in suffix out of markdown reader.Nathan Gass2010-12-13
* Markdown reader: Further fix to abbrevs.John MacFarlane2010-12-13
* Markdown reader: Fixed abbrev handler to allow abbrev at end of line.John MacFarlane2010-12-13
* Markdown reader: Fixed referenceKey parser to allow space after newline.John MacFarlane2010-12-13
* Markdown reader: Fixed regression in reference key parser.John MacFarlane2010-12-13
* Markdown reader: fix superscripts with links.John MacFarlane2010-12-12
* Markdown reader: small cosmetic code improvements.John MacFarlane2010-12-10
* Removed HTML sanitization.John MacFarlane2010-12-10
* Markdown reader: Allow linebreaks in URLs (treat as spaces).John MacFarlane2010-12-10
* Markdown reader: Rewrote para parser for better efficiency.John MacFarlane2010-12-10
* Markdown reader: minor footnote changes.John MacFarlane2010-12-08
* Smart punctuation: recognize entities.John MacFarlane2010-12-07
* Markdown reader: Moved smartPunctuation parser, for slight speed bump.John MacFarlane2010-12-07
* Moved smartPunctuation from Markdown to Parsing.John MacFarlane2010-12-07