summaryrefslogtreecommitdiff
path: root/src/Text
Commit message (Expand)AuthorAge
* allow footnotes followed by newline without space charstakahashim2011-08-23
* ConTeXt writer: Changed 'descr' to 'description', fixed alignment.John MacFarlane2011-08-20
* ConTeXt: Use buffering for footnotes containing code blocks.John MacFarlane2011-08-18
* ConTeXt: Escape # in link URLs.John MacFarlane2011-08-18
* Templates: Return empty string for json template.John MacFarlane2011-08-18
* HTML reader: Fixed bug parsing tables w both thead and tbody.John MacFarlane2011-08-01
* Added PRAGMA needed for ghc 6.12.John MacFarlane2011-07-30
* Removed applicative stuff in Markdown reader.John MacFarlane2011-07-30
* Markdown reader: Improved emph/strong parsing.John MacFarlane2011-07-30
* Added nonspaceChar to Text.Pandoc.Parsing.John MacFarlane2011-07-30
* Fix template problem for epub.John MacFarlane2011-07-28
* Added s5-url and slidy-url variables, instead of hard-coding.John MacFarlane2011-07-28
* Smart quotes: handle '...hi' properly.John MacFarlane2011-07-25
* Docbook writer: Use programlisting for code blocks.John MacFarlane2011-07-24
* Docbook writer: Use CALS tables (instead of XHTML tables).John MacFarlane2011-07-24
* HTML writer: Removed English title on footnote back links.John MacFarlane2011-07-24
* Use data: protocol to embed s5 css in <link> tags.John MacFarlane2011-07-24
* Reordered offline slidy includes.John MacFarlane2011-07-24
* Use yuicompressor-packed js for s5.John MacFarlane2011-07-24
* Insert CDATA around inline js/css in HTML, slidy.John MacFarlane2011-07-24
* Enclose s5 scripts and css in CDATA tags.John MacFarlane2011-07-24
* RST reader: Partial support for labeled footnotes.John MacFarlane2011-07-23
* Use \enquote{..} for latex quotes if template uses csquotes package.John MacFarlane2011-07-23
* Properly handle characters in the 128..159 range.John MacFarlane2011-07-23
* HTML writer/templates: Made TOC more customizable.John MacFarlane2011-07-23
* LaTeX writer: don't set stVerbInNote unnecessarily.John MacFarlane2011-07-23
* Changed default template naming scheme.John MacFarlane2011-07-22
* Deprecated `--xetex` option - it is no longer needed.John MacFarlane2011-07-22
* LaTeX writer: Use \texttt and escapes instead of \verb!..!.John MacFarlane2011-07-22
* LaTeX reader: Handle \subtitle command.John MacFarlane2011-07-21
* LaTeX reader & writer: Use \and to separate authors.John MacFarlane2011-07-21
* ConTeXt writer: Made \start/stoptyping flush with margin.John MacFarlane2011-07-19
* LaTeX writer: make verbatim environments flush to avoid extra space.John MacFarlane2011-07-19
* Added unexported Text.Pandoc.MIME.John MacFarlane2011-07-19
* ODT writer: Construct META-INF/manifest.xml based on archive contents.John MacFarlane2011-07-17
* Added getMimeType to Text.Pandoc.Shared.John MacFarlane2011-07-17
* Un-URI-escape image filenames in LaTeX, ConTeXt, RTF, Texinfo.John MacFarlane2011-07-16
* HTML writer: Use embed tag for images with non-image extensions.John MacFarlane2011-07-16
* HTML reader: treat Plain as Para when needed.John MacFarlane2011-07-16
* HTML reader: Handle tbody, thead in simple tables.John MacFarlane2011-07-15
* Merge pull request #273 from qerub/masterJohn MacFarlane2011-07-11
|\
| * Textile reader: Make it possible to have colons after links.Christoffer Sawicki2011-07-10
* | LaTeX reader: Gobble option & space after linebreak \\[10pt].John MacFarlane2011-07-10
* | Make HTML reader more forgiving of bad HTML.John MacFarlane2011-07-10
* | Improved LaTeX tables.John MacFarlane2011-07-10
* | LaTeX tables: more space btw lines, top-align cells.John MacFarlane2011-07-10
|/
* Fixed bug in slidy writer: unclosed div tag.John MacFarlane2011-07-06
* EPUB writer: Add a meta element specify the cover.Kelsey Hightower2011-07-04
* Support \dots and well as \ldots in LaTeX reader.John MacFarlane2011-06-22
* Markdown writer: Insert HTML comment btw list and indented code block.John MacFarlane2011-06-06