summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Shared.hs
Commit message (Expand)AuthorAge
* Removed Blank block element as unnecessary.fiddlosopher2007-03-17
* Added clauses for DefinitionList and Table to replaceReferenceLinks infiddlosopher2007-03-12
* Simplified keyTable, using assumption that key blocks are notfiddlosopher2007-03-12
* Modified prettyPandoc to handle DefinitionList elements.fiddlosopher2007-03-10
* Added --inline-links option to force links in HTML to be parsedfiddlosopher2007-03-03
* Added defaultWriterOptions to Shared.hs.fiddlosopher2007-02-21
* Changed 'encodeEntities' to 'escapeSGMLString'.fiddlosopher2007-01-28
* + Simplified entity handling by removing stringToSGML from Entities.hs.fiddlosopher2007-01-28
* More changes in entity handling: Instead of using entities for charactersfiddlosopher2007-01-27
* Changes in entity handling:fiddlosopher2007-01-27
* Rewrote functions in Text/Pandoc/Shared so as not to use Text.Regex,fiddlosopher2007-01-24
* More smart quote bug fixes:fiddlosopher2007-01-24
* Removed 'gsub' entirely and replaced its uses with 'substitute'.fiddlosopher2007-01-22
* + Added a 'substitute' function to Shared.hs. This is a genericfiddlosopher2007-01-22
* Added support for tables in markdown reader and in LaTeX,fiddlosopher2007-01-15
* Fixed serious performance problems with new Markdown reader:fiddlosopher2007-01-06
* Merged changes from 'quotes' branch since r431. Smart typographyfiddlosopher2007-01-06
* Fixed small bug in consolidateList: added casefiddlosopher2007-01-04
* Refactored SGML escaping functions and "in tag" functions tofiddlosopher2007-01-04
* + Improved text wrapping algorithm in markdown, docbook, and RST writers.fiddlosopher2007-01-04
* Change 'HtmlEntities' module to 'Entities'. Adjusted callingfiddlosopher2007-01-02
* Merged changes from docbook branch since r363.fiddlosopher2007-01-01
* Merged 'strict' branch from r324. This adds a '--strict'fiddlosopher2006-12-30
* Fixed a serious bug in the Markdown reader (also affecting LaTeXfiddlosopher2006-12-21
* Added license text to top of source files.fiddlosopher2006-12-20
* Changed 'stability' from 'provisional' to 'alpha'.fiddlosopher2006-12-20
* Changed 'status' in comment headers from 'unstable' to 'provisional'fiddlosopher2006-12-20
* + Added module data for haddock.fiddlosopher2006-12-20
* Merged changes to footnotes branch r219-r240.fiddlosopher2006-12-19
* Changed '--smartypants' to '--smart' and adjusted documentationfiddlosopher2006-12-18
* Changed 'putStrLn' to 'putStr' in Main.hs, and modified somefiddlosopher2006-12-16
* Pandoc bug fixes:fiddlosopher2006-11-26
* Fixed two small Haddock comment bugs in Shared.hs.fiddlosopher2006-11-08
* initial importfiddlosopher2006-10-17