aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)AuthorFilesLines
2011-11-07HTML writer: Use `<section>` for footnotes if html5.John MacFarlane1-2/+4
2011-11-07Biblio: Fixed mess created by my removing procInlines.John MacFarlane1-11/+20
2011-11-07Biblio - fixed author-in-text citations so they don't double.John MacFarlane1-1/+1
2011-11-07Biblio - Removed redundancy.John MacFarlane1-3/+2
2011-11-06Biblio: Put whole author-in-text citation in a Cite.John MacFarlane1-4/+4
2011-11-06Further simplification of Biblio.John MacFarlane1-7/+8
2011-11-06Further cleanup of Biblio.John MacFarlane1-3/+3
2011-11-06Simplified Biblio, removed procInlines, use generics instead.John MacFarlane1-24/+15
2011-11-06Markdown reader: allow punctuation only internally in cite keys.John MacFarlane1-1/+2
2011-11-04Don't add comma+space to prefix if it ends in punctuation.John MacFarlane1-5/+1
2011-10-28Text.Pandoc.Biblio: Expand citations recursively inside nested inlines.John MacFarlane1-7/+5
2011-10-27Biblio: Treat \160 as space when parsing locator and suffix.John MacFarlane1-2/+6
2011-10-27Don't generate superfluous file `cover-image.jpg`.John MacFarlane1-2/+0
2011-10-27Added TOC identifier in EPUB page template.John MacFarlane1-0/+2
2011-10-25HTML reader now recognizes DocBook block and inline tags.John MacFarlane2-6/+26
2011-10-02HTML slides: only add id to div/section if --section-divs selected.John MacFarlane1-6/+5
2011-10-02Simplified slide creation in HTML writer.John MacFarlane1-26/+18
2011-10-01Added dzslides output option.John MacFarlane3-3/+11
2011-10-01LaTeX writer: don't escape # or ~ inside href{...}.John MacFarlane1-7/+11
2011-09-23Added escaping of euro character to LaTeX writer.John MacFarlane1-0/+1
2011-09-05RST writer: Fixed bug involving empty table cells.John MacFarlane1-1/+1
2011-08-23allow footnotes followed by newline without space charstakahashim1-2/+2
2011-08-20ConTeXt writer: Changed 'descr' to 'description', fixed alignment.John MacFarlane1-2/+2
2011-08-18ConTeXt: Use buffering for footnotes containing code blocks.John MacFarlane1-2/+8
2011-08-18ConTeXt: Escape # in link URLs.John MacFarlane1-1/+2
2011-08-18Templates: Return empty string for json template.John MacFarlane1-0/+1
2011-08-01HTML reader: Fixed bug parsing tables w both thead and tbody.John MacFarlane1-0/+1
2011-07-30Added PRAGMA needed for ghc 6.12.John MacFarlane1-0/+1
2011-07-30Removed applicative stuff in Markdown reader.John MacFarlane1-16/+16
2011-07-30Markdown reader: Improved emph/strong parsing.John MacFarlane1-13/+34
2011-07-30Added nonspaceChar to Text.Pandoc.Parsing.John MacFarlane1-0/+5
2011-07-28Fix template problem for epub.John MacFarlane1-0/+1
2011-07-28Added s5-url and slidy-url variables, instead of hard-coding.John MacFarlane1-1/+2
2011-07-25Smart quotes: handle '...hi' properly.John MacFarlane1-1/+2
2011-07-24Docbook writer: Use programlisting for code blocks.John MacFarlane1-3/+3
2011-07-24Docbook writer: Use CALS tables (instead of XHTML tables).John MacFarlane1-21/+15
2011-07-24HTML writer: Removed English title on footnote back links.John MacFarlane1-2/+1
2011-07-24Use data: protocol to embed s5 css in <link> tags.John MacFarlane1-11/+16
2011-07-24Reordered offline slidy includes.John MacFarlane1-2/+8
2011-07-24Use yuicompressor-packed js for s5.John MacFarlane1-4/+2
2011-07-24Insert CDATA around inline js/css in HTML, slidy.John MacFarlane1-1/+2
2011-07-24Enclose s5 scripts and css in CDATA tags.John MacFarlane1-3/+6
2011-07-23RST reader: Partial support for labeled footnotes.John MacFarlane1-7/+20
2011-07-23Use \enquote{..} for latex quotes if template uses csquotes package.John MacFarlane1-16/+31
2011-07-23Properly handle characters in the 128..159 range.John MacFarlane2-9/+48
2011-07-23HTML writer/templates: Made TOC more customizable.John MacFarlane1-9/+4
2011-07-23LaTeX writer: don't set stVerbInNote unnecessarily.John MacFarlane1-3/+4
2011-07-22Changed default template naming scheme.John MacFarlane1-1/+1
2011-07-22Deprecated `--xetex` option - it is no longer needed.John MacFarlane2-1/+1
2011-07-22LaTeX writer: Use \texttt and escapes instead of \verb!..!.John MacFarlane1-23/+14