aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2007-03-17Removed Blank block element as unnecessary.fiddlosopher6-8/+2
2007-03-11Added support for DefinitionList blocks to HTML writer.fiddlosopher1-5/+11
2007-03-11Fixed bug in HTML email obfuscation using --strict mode.fiddlosopher1-1/+3
2007-03-04Fixed bug in noscript part of email obfuscation:fiddlosopher1-1/+1
2007-02-27Changes to test suite for new XHTML output.fiddlosopher1-8/+7
2007-02-26Modified HTML writer to use the Text.XHtml library. This resultsfiddlosopher1-153/+142
2007-02-17In writing Markdown, print unicode nonbreaking spacefiddlosopher1-1/+8
2007-01-28Changed 'encodeEntities' to 'escapeSGMLString'.fiddlosopher2-18/+18
2007-01-28+ Simplified entity handling by removing stringToSGML from Entities.hs.fiddlosopher2-17/+15
2007-01-27Use encodeEntities rather than stringToSGML for contents offiddlosopher2-2/+2
2007-01-27Cleaned up handling of embedded quotes in link titles.fiddlosopher1-7/+3
2007-01-27More changes in entity handling: Instead of using entities for charactersfiddlosopher2-19/+19
2007-01-27Changes in entity handling:fiddlosopher3-27/+24
2007-01-24Modified Markdown writer to use autolinks when possible.fiddlosopher1-6/+10
2007-01-24More smart quote bug fixes:fiddlosopher1-2/+11
2007-01-22Removed 'gsub' entirely and replaced its uses with 'substitute'.fiddlosopher3-3/+3
2007-01-22+ Added a 'substitute' function to Shared.hs. This is a genericfiddlosopher1-6/+6
2007-01-15Added support for tables in markdown reader and in LaTeX,fiddlosopher6-1/+107
2007-01-09Don't use named entities in docbook writer. Instead, usefiddlosopher1-4/+4
2007-01-07Modified HTML output for Image elements, to conform tofiddlosopher1-3/+3
2007-01-06Merged changes from 'quotes' branch since r431. Smart typographyfiddlosopher6-200/+226
2007-01-05Changed Markdown writer so that it does not use the single-bracketfiddlosopher1-1/+1
2007-01-04Refactored SGML escaping functions and "in tag" functions tofiddlosopher2-183/+91
2007-01-04Removed unneeded 'options' parameter from 'indentedInTags' functionfiddlosopher1-17/+17
2007-01-04+ Improved text wrapping algorithm in markdown, docbook, and RST writers.fiddlosopher3-6/+12
2007-01-02Change 'HtmlEntities' module to 'Entities'. Adjusted callingfiddlosopher1-1/+1
2007-01-02Use entities for all characters above 127 in docbook output.fiddlosopher1-5/+7
2007-01-01Changed representation of code blocks to use <screen> andfiddlosopher1-1/+1
2007-01-01Removed a line that was causing a compiler warning in docbookfiddlosopher1-1/+0
2007-01-01Merged changes from docbook branch since r363.fiddlosopher2-1/+239
2006-12-30Merged 'strict' branch from r324. This adds a '--strict'fiddlosopher5-32/+15
2006-12-29Reversed changes from r246:fiddlosopher1-3/+1
2006-12-21+ Added regression tests with footnotes in quote blocks and lists.fiddlosopher1-3/+7
2006-12-21Fixed two small haddock bugs.fiddlosopher2-2/+2
2006-12-20Added license text to top of source files.fiddlosopher5-0/+90
2006-12-20Changed 'stability' from 'provisional' to 'alpha'.fiddlosopher5-5/+5
2006-12-20Changed 'status' in comment headers from 'unstable' to 'provisional'fiddlosopher5-5/+5
2006-12-20Made javascript obfuscation of emails even more obfuscatory,fiddlosopher1-10/+27
2006-12-20+ Added module data for haddock.fiddlosopher5-409/+535
2006-12-20Modified the HTML writer to add invisible anchors to each sectionfiddlosopher1-6/+8
2006-12-19+ Replaced 'comparing' combinator in markdown reader with 'compare'.fiddlosopher1-1/+1
2006-12-19Merged changes to footnotes branch r219-r240.fiddlosopher2-12/+21
2006-12-19Removed three files from the repository. These are generatedfiddlosopher2-122/+0
2006-12-19Changed footnote syntax to conform to the de facto standardfiddlosopher1-3/+3
2006-12-18Changed '--smartypants' to '--smart' and adjusted documentationfiddlosopher1-3/+3
2006-12-16Improvements to smart-quote regexs. Now we can better handlefiddlosopher2-10/+21
2006-12-16Changed 'putStrLn' to 'putStr' in Main.hs, and modified somefiddlosopher2-5/+5
2006-12-09In HTML writer, include <title></title> even if title is null.fiddlosopher1-4/+1
2006-11-26Pandoc bug fixes:fiddlosopher4-4/+4
2006-10-30Improved LaTeX writer's handling of dashes:fiddlosopher1-3/+3