aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2007-07-22+ Added support for superscript, subscript, andfiddlosopher8-181/+263
2007-07-21+ Added Strikeout support to Markdown writer.fiddlosopher1-2/+5
2007-07-21Changed system for indicating man page title, section,fiddlosopher1-8/+9
2007-07-19Refactored character escaping in Text.Pandoc.Writers.Markdown usingfiddlosopher1-8/+2
2007-07-15ConTeXt writer changes:fiddlosopher1-1/+1
2007-07-15Merged branches/context: addition of a ConTeXt writerfiddlosopher1-0/+225
2007-07-15Removed an unused function in LaTeX writer.fiddlosopher1-2/+0
2007-07-14Simplified special character escaping code in LaTeX writer.fiddlosopher1-12/+18
2007-07-14Small comment fix in LaTeX writer.fiddlosopher1-1/+1
2007-07-14Change to footnotes in HTML writer: Instead of putting the footnotefiddlosopher1-5/+18
2007-07-09Text.Pandoc.Blocks:fiddlosopher1-2/+2
2007-07-09Markdown writer:fiddlosopher1-3/+3
2007-07-09Added --toc support to Markdown writer.fiddlosopher1-6/+26
2007-07-09Added support for --toc to RTF writer.fiddlosopher1-2/+20
2007-07-09Moved isHeaderBlock from Text.Pandoc.Writers.HTMLfiddlosopher1-5/+0
2007-07-08Regularized the scheme for unique header identifiers in HTML writer:fiddlosopher1-4/+14
2007-07-08HTML writer changes:fiddlosopher1-5/+5
2007-07-08Added --toc support to RST writer.fiddlosopher1-4/+7
2007-07-08Man writer: Don't print .\" t at beginning unless we'refiddlosopher1-1/+1
2007-07-08LaTeX writer:fiddlosopher1-6/+11
2007-07-08HTML writer: Slight change in code for generating uniquefiddlosopher1-1/+1
2007-07-08Fixed bug in Notes ($$ instead of <>), which causedfiddlosopher1-1/+1
2007-07-07Adjusted copyright notices to 2006-7; usefiddlosopher7-21/+21
2007-07-07Man writer: Use integral n measures instead of fractional ifiddlosopher1-1/+2
2007-07-07Put table of contents in its own div (id="toc").fiddlosopher1-1/+1
2007-07-07HTML writer modifications:fiddlosopher1-23/+57
2007-07-07+ Introduced writerIgnoreNotes option in WriterOptions. This is neededfiddlosopher1-20/+0
2007-07-07Changes to HTML writer to incorporate automatic identifiers forfiddlosopher1-16/+66
2007-07-05Added table support to RST writer.fiddlosopher1-3/+34
2007-07-04Added table support to markdown writer.fiddlosopher1-3/+34
2007-07-04Man writer:fiddlosopher1-3/+9
2007-07-04Added table support to man writer (using the tbl preprocessor).fiddlosopher1-10/+36
2007-07-02Man writer: don't change - to \- (minus sign).fiddlosopher1-1/+1
2007-07-02Man writer: better output for line break:fiddlosopher1-1/+1
2007-07-02Minor changes in Man writer:fiddlosopher1-18/+26
2007-07-01Modified escaping in Man writer. Also changedfiddlosopher1-5/+5
2007-06-30Added groff man writer.fiddlosopher1-0/+263
2007-05-10Fixed bug with indented blocks occurring in definition lists.fiddlosopher1-1/+3
2007-05-09Added support for definition lists in Docbook writer.fiddlosopher1-2/+20
2007-05-09+ Use new alignment parameter in title/author/date,fiddlosopher1-8/+8
2007-05-03Changes to RTF writer:fiddlosopher1-46/+91
2007-05-03Added support for definition lists to RST writer.fiddlosopher1-0/+10
2007-05-03Added support for definition lists to markdownfiddlosopher1-0/+14
2007-04-21Support for definition lists in LaTeX writer.fiddlosopher1-1/+6
2007-04-10Extensive changes stemming from a rethinking of the Pandoc datafiddlosopher6-663/+764
2007-04-08Fixed bug in email obfuscation (issue #15). If the text to be obfuscatedfiddlosopher1-1/+2
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