summaryrefslogtreecommitdiff
path: root/tests/writer.docbook
AgeCommit message (Expand)Author
2012-01-27Docbook writer: Use sect1, sect2, etc. instead of section.John MacFarlane
2011-12-27Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane
2011-11-12Updated writer tests for new version of texmath.John MacFarlane
2011-07-24Docbook writer: Use programlisting for code blocks.John MacFarlane
2011-01-26Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane
2010-12-21Docbook writer: Updated to use Pretty.John MacFarlane
2010-07-20Made spacing at end of output more consistent.John MacFarlane
2010-04-25Use texmath's parser in TexMath module.John MacFarlane
2010-03-17Docbook writer: support images as figures.fiddlosopher
2010-01-01Docbook writer: use unicode instead of entities.fiddlosopher
2009-12-31Updated docbook writer to use new templates.fiddlosopher
2009-12-07Improved syntax for markdown definition lists.fiddlosopher
2009-12-05Docbook writer: add ids to sections. Use link for internal links.fiddlosopher
2008-08-13Support for display math; changed ASCIIMathML -> LaTeXMathML:fiddlosopher
2008-08-09Rewrote test suite so it doesn't depend on perl or unix tools.fiddlosopher
2008-07-15Fixed bug in Markdown parser: regular $s triggering math mode.fiddlosopher
2008-07-13Escape '\160' as " ", not " " in XML.fiddlosopher
2008-07-11In smart mode, use nonbreaking spaces after abbreviations in markdown parser.fiddlosopher
2008-07-11Treat '\ ' in (extended) markdown as nonbreaking space.fiddlosopher
2008-06-08Markdown smart typography: Em dashes no longer eat surrounding whitespace.fiddlosopher
2007-12-08Removed support for "box-style" block quotes in markdown.fiddlosopher
2007-12-02Updated test suite -- no italics for digits.fiddlosopher
2007-12-02Added Text.Pandoc.Readers.TeXMath and changed default handling of math.fiddlosopher
2007-11-29Modified writer tests for new Math and TeX output.fiddlosopher
2007-08-23Added new rule for enhanced markdown ordered lists: if the list markerfiddlosopher
2007-08-18+ Fixed bug in markdown ordered list parsing. The problem wasfiddlosopher
2007-08-08Major change in the way ordered lists are handled:fiddlosopher
2007-07-28Brought test suite up to date.fiddlosopher
2007-07-22Updated test suite for writers, adding tests forfiddlosopher
2007-07-09Added a test case with an inline link containing bracketed text.fiddlosopher
2007-05-10Updated test suite with new tests for definition lists.fiddlosopher
2007-01-27More changes in entity handling: Instead of using entities for charactersfiddlosopher
2007-01-27Changes in entity handling:fiddlosopher
2007-01-09Fixed docbook writer test -- removed named entities.fiddlosopher
2007-01-06Fixed bug in Markdown reader's handling of underscores and otherfiddlosopher
2007-01-06Merged changes from 'quotes' branch since r431. Smart typographyfiddlosopher
2007-01-04Refactored SGML escaping functions and "in tag" functions tofiddlosopher
2007-01-02Use entities for all characters above 127 in docbook output.fiddlosopher
2007-01-01Changed representation of code blocks to use <screen> andfiddlosopher
2007-01-01Merged changes from docbook branch since r363.fiddlosopher