summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
Commit message (Expand)AuthorAge
* Removed Blank block element as unnecessary.fiddlosopher2007-03-17
* Added support for DefinitionList blocks to HTML writer.fiddlosopher2007-03-11
* Fixed bug in HTML email obfuscation using --strict mode.fiddlosopher2007-03-11
* Fixed bug in noscript part of email obfuscation:fiddlosopher2007-03-04
* Changes to test suite for new XHTML output.fiddlosopher2007-02-27
* Modified HTML writer to use the Text.XHtml library. This resultsfiddlosopher2007-02-26
* In writing Markdown, print unicode nonbreaking spacefiddlosopher2007-02-17
* Changed 'encodeEntities' to 'escapeSGMLString'.fiddlosopher2007-01-28
* + Simplified entity handling by removing stringToSGML from Entities.hs.fiddlosopher2007-01-28
* Use encodeEntities rather than stringToSGML for contents offiddlosopher2007-01-27
* Cleaned up handling of embedded quotes in link titles.fiddlosopher2007-01-27
* More changes in entity handling: Instead of using entities for charactersfiddlosopher2007-01-27
* Changes in entity handling:fiddlosopher2007-01-27
* Modified Markdown writer to use autolinks when possible.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
* Don't use named entities in docbook writer. Instead, usefiddlosopher2007-01-09
* Modified HTML output for Image elements, to conform tofiddlosopher2007-01-07
* Merged changes from 'quotes' branch since r431. Smart typographyfiddlosopher2007-01-06
* Changed Markdown writer so that it does not use the single-bracketfiddlosopher2007-01-05
* Refactored SGML escaping functions and "in tag" functions tofiddlosopher2007-01-04
* Removed unneeded 'options' parameter from 'indentedInTags' functionfiddlosopher2007-01-04
* + Improved text wrapping algorithm in markdown, docbook, and RST writers.fiddlosopher2007-01-04
* Change 'HtmlEntities' module to 'Entities'. Adjusted callingfiddlosopher2007-01-02
* Use entities for all characters above 127 in docbook output.fiddlosopher2007-01-02
* Changed representation of code blocks to use <screen> andfiddlosopher2007-01-01
* Removed a line that was causing a compiler warning in docbookfiddlosopher2007-01-01
* Merged changes from docbook branch since r363.fiddlosopher2007-01-01
* Merged 'strict' branch from r324. This adds a '--strict'fiddlosopher2006-12-30
* Reversed changes from r246:fiddlosopher2006-12-29
* + Added regression tests with footnotes in quote blocks and lists.fiddlosopher2006-12-21
* Fixed two small haddock bugs.fiddlosopher2006-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
* Made javascript obfuscation of emails even more obfuscatory,fiddlosopher2006-12-20
* + Added module data for haddock.fiddlosopher2006-12-20
* Modified the HTML writer to add invisible anchors to each sectionfiddlosopher2006-12-20
* + Replaced 'comparing' combinator in markdown reader with 'compare'.fiddlosopher2006-12-19
* Merged changes to footnotes branch r219-r240.fiddlosopher2006-12-19
* Removed three files from the repository. These are generatedfiddlosopher2006-12-19
* Changed footnote syntax to conform to the de facto standardfiddlosopher2006-12-19
* Changed '--smartypants' to '--smart' and adjusted documentationfiddlosopher2006-12-18
* Improvements to smart-quote regexs. Now we can better handlefiddlosopher2006-12-16
* Changed 'putStrLn' to 'putStr' in Main.hs, and modified somefiddlosopher2006-12-16
* In HTML writer, include <title></title> even if title is null.fiddlosopher2006-12-09
* Pandoc bug fixes:fiddlosopher2006-11-26
* Improved LaTeX writer's handling of dashes:fiddlosopher2006-10-30