summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Markdown.hs
Commit message (Expand)AuthorAge
* Don't countfiddlosopher2007-08-26
* Added new rule for enhanced markdown ordered lists: if the list markerfiddlosopher2007-08-23
* Added a needed 'try' to listItem in Markdown reader.fiddlosopher2007-08-22
* Code cleanup in Markdown reader.fiddlosopher2007-08-20
* Changes to Markdown reader for better conformity to thefiddlosopher2007-08-20
* Refactor RST and Markdown readers using parseFromString.fiddlosopher2007-08-19
* + Fixed bug in markdown ordered list parsing. The problem wasfiddlosopher2007-08-18
* Cosmetic changes.fiddlosopher2007-08-15
* Major code cleanup in all modules. (Removed unneeded imports,fiddlosopher2007-08-15
* Major change in the way ordered lists are handled:fiddlosopher2007-08-08
* Changes to Markdown reader:fiddlosopher2007-07-28
* Make URLs and emails in autolinks appear as Code.fiddlosopher2007-07-28
* Renamed parseFromStr -> parseFromString.fiddlosopher2007-07-23
* Removed an extra occurance of escapedChar in definitionfiddlosopher2007-07-22
* + Added support for Strikeout, Superscript, andfiddlosopher2007-07-21
* Simplified inlinesInBalanced, using lookAhead.fiddlosopher2007-07-16
* Markdown reader: Added inlinesInBalanced parser combinator tofiddlosopher2007-07-15
* Markdown reader: Parse bracketed text in inline footnotes. Previously,fiddlosopher2007-07-09
* Moved Text.ParserCombinators.Pandoc ->fiddlosopher2007-07-09
* Adjusted copyright notices to 2006-7; usefiddlosopher2007-07-07
* Fixed bug in Markdown reader: links in footnotes were notfiddlosopher2007-07-06
* Require blankspace (but not multiple lines) between URL andfiddlosopher2007-05-10
* Changed definition list syntax in markdown reader and simplifiedfiddlosopher2007-05-03
* Resolved issue #10: instead of adding "\n\n" to thefiddlosopher2007-04-22
* Extensive changes stemming from a rethinking of the Pandoc datafiddlosopher2007-04-10
* Removed Blank block element as unnecessary.fiddlosopher2007-03-17
* Consolidated 'text', 'special', and 'inline' into 'inline'.fiddlosopher2007-03-17
* Added trys to two list start routines. Reason:fiddlosopher2007-03-16
* Changes to Markdown reader relating to definition lists:fiddlosopher2007-03-11
* Changed syntax of definition lists in Markdown parser:fiddlosopher2007-03-10
* Added parser for definition lists, derived from reStructuredTextfiddlosopher2007-03-10
* Change in ordered lists in Markdown reader:fiddlosopher2007-03-09
* More smart quote adjustments:fiddlosopher2007-03-07
* Smart quote parsing in Markdown reader:fiddlosopher2007-03-07
* Refactored str and strong in Markdown reader, for clarity.fiddlosopher2007-02-15
* Got rid of two unneeded 'getState's. Note thatfiddlosopher2007-02-15
* Use lookAhead parser for the "first pass" looking forfiddlosopher2007-02-15
* Removed followedBy' parser from Text/ParserCombinators/Pandoc,fiddlosopher2007-02-15
* + Added some needed "try"s before multicharacter parsers,fiddlosopher2007-02-12
* + Simplified entity handling by removing stringToSGML from Entities.hs.fiddlosopher2007-01-28
* Cleaned up handling of embedded quotes in link titles.fiddlosopher2007-01-27
* Changes in entity handling:fiddlosopher2007-01-27
* Changed Markdown autoLink parsing to conform better tofiddlosopher2007-01-24
* Refactored markdown reader so that Text.Regex is not used.fiddlosopher2007-01-24
* Fixed bug in smart quoting: recognize ' in contractions likefiddlosopher2007-01-24
* Removed 'gsub' entirely and replaced its uses with 'substitute'.fiddlosopher2007-01-22
* Small bug fix to last change, and count "'S" as well as "'s" asfiddlosopher2007-01-18
* More tweaks to smart quote parsing: a ' is not a single quotefiddlosopher2007-01-18
* Minor tweaks to smart quoting code.fiddlosopher2007-01-16
* Fixed bug in smart quote recognition: ' before ) or certainfiddlosopher2007-01-16