aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)AuthorFilesLines
2010-07-05Made -Wall clean.John MacFarlane1-1/+1
2010-07-05Removed links (internal and external).John MacFarlane1-15/+17
2010-07-05Process user-supplied EPUB metadata.John MacFarlane1-7/+21
2010-07-05Added writerEPUBMetadata field and --epub-metadata option.John MacFarlane1-0/+2
2010-07-05Removed writerInclude{Before,After} from WriterOptions.John MacFarlane1-4/+0
2010-07-05Moved Pandoc prettyprinting code from Shared to new Native writer.John MacFarlane3-53/+88
2010-07-05Moved parsing functions from Text.Pandoc.Shared to new module.John MacFarlane8-512/+551
2010-07-05Added an EPUB writer.John MacFarlane3-0/+326
2010-07-05Made a proper ODT writer.John MacFarlane3-101/+85
2010-06-30Use unicode for smart punctuation in plain, markdown, rst formats.John MacFarlane2-12/+12
2010-06-28Add birdtracks to lhs in HTML when compiled wo -fhighlighting.John MacFarlane1-1/+4
2010-05-08Made KeyTable a map instead of an association list.John MacFarlane6-50/+67
2010-05-07Use explicit imports from Data.Generics.John MacFarlane1-1/+1
2010-05-06UTF8: Modified readFile and getContents to strip BOM if present.John MacFarlane1-2/+9
2010-05-06Use new UTF8 module in Shared, ODT, and the executables.John MacFarlane2-12/+5
2010-05-06Added Text.Pandoc.UTF8 for portable UTF8 string IO.John MacFarlane1-0/+65
2010-04-26Changed rawLaTeXInline to accept '\section', '\begin', etc.John MacFarlane1-3/+8
2010-04-26Man writer: convert math to unicode when possible.John MacFarlane1-2/+3
2010-04-25Use texmath's parser in TexMath module.John MacFarlane1-197/+53
2010-04-10In parsing smart quotes, leave unicode curly quotes alone.John MacFarlane1-14/+12
2010-04-10Give LaTeX images a maximum width using the prelude onlyMax Bolingbroke1-1/+1
2010-03-28Shared: Fixed uniqueIdent so it behaves as described in README.John MacFarlane1-33/+34
2010-03-23Markdown, RST writers: unescape URI in links, to make them readable.John MacFarlane2-5/+8
2010-03-23Shared: Export unescapeURI.John MacFarlane1-2/+9
2010-03-23Properly escape URIs in all readers.John MacFarlane4-44/+37
2010-03-23Shared: Rewrote uri and emailAddress to return original text + escaped URI.John MacFarlane1-12/+17
2010-03-23Shared: enamed stringToURI -> escapeURI.John MacFarlane1-4/+4
2010-03-23Don't escape URIs in HTML writer.John MacFarlane1-20/+12
2010-03-23Better definition of stringToURI.John MacFarlane1-14/+6
2010-03-23Updated copyright notices.John MacFarlane24-48/+49
2010-03-23Fixed treatment of unicode characters in URIs.John MacFarlane3-14/+38
2010-03-22OpenDocument writer: Use a Map for stTextStyleAttr.John MacFarlane1-10/+10
2010-03-21HTML writer: fixed error in Math writer that caused infinite loop.John MacFarlane1-3/+5
2010-03-20HTML writer: Don't include TOC div if table of contents is empty.fiddlosopher1-10/+11
2010-03-19Depend on extensible-exceptions, remove CPP in Templates module.fiddlosopher1-6/+0
2010-03-18Templates: Conditionally import Control.Exception.Extensible if base < 4.fiddlosopher1-3/+7
2010-03-18Added --mathml option; removed Text.Pandoc.LaTeXMathML.fiddlosopher3-15/+19
2010-03-18Added plain writer.fiddlosopher2-21/+68
2010-03-18MediaWiki writer: make links to relative URLs wikilinks.fiddlosopher1-11/+9
2010-03-18Texinfo writer: Handle images in figures.fiddlosopher1-0/+6
2010-03-18HTML writer: Use a p rather than a div for image caption.fiddlosopher1-1/+1
2010-03-18RST writer: handle images in figures.fiddlosopher1-0/+6
2010-03-17MediaWiki writer: Support images in figures.fiddlosopher1-0/+8
2010-03-17Docbook writer: support images as figures.fiddlosopher1-0/+8
2010-03-17Revert "LaTeX writer: Add unique labels to figures."fiddlosopher1-11/+4
2010-03-16LaTeX writer: Add unique labels to figures.fiddlosopher1-4/+11
2010-03-16Shared: Export uniqueIdent, don't allow tilde in identifier.fiddlosopher1-1/+4
2010-03-16ConTeXt writer: support images in figures.fiddlosopher1-4/+6
2010-03-16LaTeX writer: support figures with captions.fiddlosopher1-0/+5
2010-03-16HTML writer: implemented image-with-caption feature.fiddlosopher1-0/+5