aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Docbook.hs
AgeCommit message (Expand)AuthorFilesLines
2010-03-07Fixed docbook writer for headerless tables.fiddlosopher1-0/+1
2010-01-01Docbook writer: use unicode instead of entities.fiddlosopher1-3/+3
2009-12-31Removed redundant imports (found by ghc 6.12).fiddlosopher1-1/+1
2009-12-31Updated docbook writer to use new templates.fiddlosopher1-38/+38
2009-12-31Removed unneeded writer options; use template variables instead.fiddlosopher1-19/+20
2009-12-08Added optional section numbering in HTML output.fiddlosopher1-1/+1
2009-12-07Improved syntax for markdown definition lists.fiddlosopher1-5/+5
2009-12-05Docbook writer: add ids to sections. Use link for internal links.fiddlosopher1-3/+6
2009-07-03Use language attribute to indicate source language in docbook code blocks.fiddlosopher1-2/+14
2009-04-25HTML writer: wrap sections in divs. Resolves Issue #70.fiddlosopher1-1/+1
2009-01-24Moved all haskell source to src subdirectory.fiddlosopher1-0/+262
2007-11-29Moved everything from src into the top-level directory.fiddlosopher1-299/+0
2007-11-03Reverted back to state as of r1062. The template haskell changesfiddlosopher1-0/+299
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher1-299/+0
2007-09-27Added a writer option for wrapped text and a command-line optionfiddlosopher1-1/+3
2007-08-15Major code cleanup in all modules. (Removed unneeded imports,fiddlosopher1-95/+104
2007-08-08Major change in the way ordered lists are handled:fiddlosopher1-2/+15
2007-07-28Fixed a bug in Docbook writer: email links with text were beingfiddlosopher1-1/+6
2007-07-22Changed text to char for one character stringsfiddlosopher1-1/+1
2007-07-22+ Added support for superscript, subscript, andfiddlosopher1-0/+7
2007-07-07Adjusted copyright notices to 2006-7; usefiddlosopher1-3/+3
2007-07-07+ Introduced writerIgnoreNotes option in WriterOptions. This is neededfiddlosopher1-20/+0
2007-05-09Added support for definition lists in Docbook writer.fiddlosopher1-2/+20
2007-04-10Extensive changes stemming from a rethinking of the Pandoc datafiddlosopher1-35/+60
2007-03-17Removed Blank block element as unnecessary.fiddlosopher1-1/+0
2007-01-28Changed 'encodeEntities' to 'escapeSGMLString'.fiddlosopher1-11/+11
2007-01-28+ Simplified entity handling by removing stringToSGML from Entities.hs.fiddlosopher1-7/+7
2007-01-27Use encodeEntities rather than stringToSGML for contents offiddlosopher1-1/+1
2007-01-27More changes in entity handling: Instead of using entities for charactersfiddlosopher1-10/+10
2007-01-27Changes in entity handling:fiddlosopher1-16/+14
2007-01-15Added support for tables in markdown reader and in LaTeX,fiddlosopher1-1/+33
2007-01-09Don't use named entities in docbook writer. Instead, usefiddlosopher1-4/+4
2007-01-06Merged changes from 'quotes' branch since r431. Smart typographyfiddlosopher1-35/+43
2007-01-04Refactored SGML escaping functions and "in tag" functions tofiddlosopher1-115/+81
2007-01-04Removed unneeded 'options' parameter from 'indentedInTags' functionfiddlosopher1-17/+17
2007-01-04+ Improved text wrapping algorithm in markdown, docbook, and RST writers.fiddlosopher1-1/+1
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.fiddlosopher1-0/+236