summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Docbook.hs
Commit message (Expand)AuthorAge
...
* Fixed docbook writer for headerless tables.fiddlosopher2010-03-07
* Docbook writer: use unicode instead of entities.fiddlosopher2010-01-01
* Removed redundant imports (found by ghc 6.12).fiddlosopher2009-12-31
* Updated docbook writer to use new templates.fiddlosopher2009-12-31
* Removed unneeded writer options; use template variables instead.fiddlosopher2009-12-31
* Added optional section numbering in HTML output.fiddlosopher2009-12-08
* Improved syntax for markdown definition lists.fiddlosopher2009-12-07
* Docbook writer: add ids to sections. Use link for internal links.fiddlosopher2009-12-05
* Use language attribute to indicate source language in docbook code blocks.fiddlosopher2009-07-03
* HTML writer: wrap sections in divs. Resolves Issue #70.fiddlosopher2009-04-25
* Moved all haskell source to src subdirectory.fiddlosopher2009-01-24
* Moved everything from src into the top-level directory.fiddlosopher2007-11-29
* Reverted back to state as of r1062. The template haskell changesfiddlosopher2007-11-03
* Use template haskell to avoid the need for templates:fiddlosopher2007-11-03
* Added a writer option for wrapped text and a command-line optionfiddlosopher2007-09-27
* Major code cleanup in all modules. (Removed unneeded imports,fiddlosopher2007-08-15
* Major change in the way ordered lists are handled:fiddlosopher2007-08-08
* Fixed a bug in Docbook writer: email links with text were beingfiddlosopher2007-07-28
* Changed text to char for one character stringsfiddlosopher2007-07-22
* + Added support for superscript, subscript, andfiddlosopher2007-07-22
* Adjusted copyright notices to 2006-7; usefiddlosopher2007-07-07
* + Introduced writerIgnoreNotes option in WriterOptions. This is neededfiddlosopher2007-07-07
* Added support for definition lists in Docbook writer.fiddlosopher2007-05-09
* Extensive changes stemming from a rethinking of the Pandoc datafiddlosopher2007-04-10
* Removed Blank block element as unnecessary.fiddlosopher2007-03-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
* More changes in entity handling: Instead of using entities for charactersfiddlosopher2007-01-27
* Changes in entity handling:fiddlosopher2007-01-27
* 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
* Merged changes from 'quotes' branch since r431. Smart typographyfiddlosopher2007-01-06
* 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