aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)Author
2010-03-28Shared: Fixed uniqueIdent so it behaves as described in README.John MacFarlane
2010-03-23Markdown, RST writers: unescape URI in links, to make them readable.John MacFarlane
2010-03-23Shared: Export unescapeURI.John MacFarlane
2010-03-23Properly escape URIs in all readers.John MacFarlane
2010-03-23Shared: Rewrote uri and emailAddress to return original text + escaped URI.John MacFarlane
2010-03-23Shared: enamed stringToURI -> escapeURI.John MacFarlane
2010-03-23Don't escape URIs in HTML writer.John MacFarlane
2010-03-23Better definition of stringToURI.John MacFarlane
2010-03-23Updated copyright notices.John MacFarlane
2010-03-23Fixed treatment of unicode characters in URIs.John MacFarlane
2010-03-22OpenDocument writer: Use a Map for stTextStyleAttr.John MacFarlane
2010-03-21HTML writer: fixed error in Math writer that caused infinite loop.John MacFarlane
2010-03-20HTML writer: Don't include TOC div if table of contents is empty.fiddlosopher
2010-03-19Depend on extensible-exceptions, remove CPP in Templates module.fiddlosopher
2010-03-18Templates: Conditionally import Control.Exception.Extensible if base < 4.fiddlosopher
2010-03-18Added --mathml option; removed Text.Pandoc.LaTeXMathML.fiddlosopher
2010-03-18Added plain writer.fiddlosopher
2010-03-18MediaWiki writer: make links to relative URLs wikilinks.fiddlosopher
2010-03-18Texinfo writer: Handle images in figures.fiddlosopher
2010-03-18HTML writer: Use a p rather than a div for image caption.fiddlosopher
2010-03-18RST writer: handle images in figures.fiddlosopher
2010-03-17MediaWiki writer: Support images in figures.fiddlosopher
2010-03-17Docbook writer: support images as figures.fiddlosopher
2010-03-17Revert "LaTeX writer: Add unique labels to figures."fiddlosopher
2010-03-16LaTeX writer: Add unique labels to figures.fiddlosopher
2010-03-16Shared: Export uniqueIdent, don't allow tilde in identifier.fiddlosopher
2010-03-16ConTeXt writer: support images in figures.fiddlosopher
2010-03-16LaTeX writer: support figures with captions.fiddlosopher
2010-03-16HTML writer: implemented image-with-caption feature.fiddlosopher
2010-03-14Markdown(+lhs) reader: handle "inverse bird tracks"fiddlosopher
2010-03-14LaTeX reader: ignore \section, \pdfannot, \pdfstringdef.fiddlosopher
2010-03-14LaTeX reader: Ignore alt title in section headers.fiddlosopher
2010-03-13LaTeX reader: don't treat \section as inline LaTeX.fiddlosopher
2010-03-13LaTeX reader: recognize nonbreaking space ~.fiddlosopher
2010-03-13Use template variables for include-before/after.fiddlosopher
2010-03-13OpenDocument writer: handle tables with no headers.fiddlosopher
2010-03-13Man writer: properly handle headerless tables.fiddlosopher
2010-03-13Texinfo writer: fixed headerless tables.fiddlosopher
2010-03-11RST writer: Fixed headerless tables.fiddlosopher
2010-03-11MediaWiki writer: fixed headerless tables.fiddlosopher
2010-03-11RTF writer: fixed headerless tables.fiddlosopher
2010-03-10Markdown writer: proper support for headerless tables.fiddlosopher
2010-03-10HTML writer: Use tbody, thead, and cols in tables.fiddlosopher
2010-03-09Docbook writer: handle headerless tables.fiddlosopher
2010-03-07Markdown writer: Fixed citations.fiddlosopher
2010-03-07ConTeXt writer: Don't use header in headerless table.fiddlosopher
2010-03-07HTML writer: Fixed multiline tables with no header.fiddlosopher
2010-03-07Fixed docbook writer for headerless tables.fiddlosopher
2010-03-06Markdown reader: Added p., pp., sec., ch., as abbreviations.fiddlosopher
2010-03-06Disallow blank lines in inline code span.fiddlosopher