summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Markdown.hs
Commit message (Expand)AuthorAge
* Put smart, strict in separate options field in state.John MacFarlane2012-07-25
* Don't require strict HTML blocks to begin at left margin.John MacFarlane2012-07-24
* Small fix to fix: Allow blank lines btw table and caption.John MacFarlane2012-07-24
* Fixed performance improvement to tables.John MacFarlane2012-07-24
* More performance improvements on pipe tables.John MacFarlane2012-07-24
* Refactored table parsers, captions now not part of core tableWith.John MacFarlane2012-07-24
* Slight improvement to performance for pipe tables.John MacFarlane2012-07-24
* Revised code for pipe tables.John MacFarlane2012-07-22
* Merge pull request #510 from mytskine/markdown-extraJohn MacFarlane2012-07-22
|\
| * Added support for markdown-extra tables in the markdown parserFrançois Gannaz2012-02-21
* | Use Parser as type synonym for Parsec.John MacFarlane2012-07-20
* | Text.Pandoc.Parsing: Export all Parsec functions used in pandoc code.John MacFarlane2012-07-20
* | Use Text.Parsec instead of Text.ParserCombinators.Parsec.John MacFarlane2012-07-20
* | Markdown reader: Added cf. and cp. to list of likely abbreviations.John MacFarlane2012-06-04
* | Treat four or more `~` or `^` in an inline context as regular text.John MacFarlane2012-05-08
* | Markdown reader: Allow lists as list items.John MacFarlane2012-04-13
* | Markdown: don't recognize references inside delimited code blocks.John MacFarlane2012-04-12
|/
* Improvements to markdown attributes syntax (on code blocks).John MacFarlane2012-02-08
* Limit nesting of strong/emph.John MacFarlane2012-02-07
* Removed module Text.Pandoc.CharacterReferences.John MacFarlane2012-02-05
* Complete rewrite of LaTeX reader.John MacFarlane2012-02-04
* Removed an unnecessary `many spaceChar`.John MacFarlane2012-01-28
* Markdown reader: Fixed bug in code block attribute parser.John MacFarlane2012-01-28
* Support github syntax for fenced code blocks.John MacFarlane2012-01-28
* Fixed table parsing with wide or combining characters.John MacFarlane2012-01-27
* 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