summaryrefslogtreecommitdiff
path: root/tests/writer.docbook
Commit message (Expand)AuthorAge
* Revamped raw HTML block parsing in markdown.John MacFarlane2014-07-07
* DocBook writer: Small tweaks to last commit.John MacFarlane2014-05-03
* Distinguish tight and loose lists in Docbook outputNeil Mayhew2014-05-03
* Improve handling of hard line breaks in Docbook writerNeil Mayhew2014-04-12
* DocBook reader/writer tests: use "authorgroup".John MacFarlane2014-04-04
* TexMath: Export readTeXMath', which attends to display/inline.John MacFarlane2013-11-01
* Adjusted writers and tests for change in parsing of div/span.John MacFarlane2013-08-18
* Updated tests to match new docbook template.John MacFarlane2013-04-15
* DocBook writer: for linebreak, but newline in literallayout.John MacFarlane2013-01-28
* Don't put the text of an autolink in Code font.John MacFarlane2013-01-06
* Docbook writer: Use sect1, sect2, etc. instead of section.John MacFarlane2012-01-27
* Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane2011-12-27
* Updated writer tests for new version of texmath.John MacFarlane2011-11-12
* Docbook writer: Use programlisting for code blocks.John MacFarlane2011-07-24
* Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane2011-01-26
* Docbook writer: Updated to use Pretty.John MacFarlane2010-12-21
* Made spacing at end of output more consistent.John MacFarlane2010-07-20
* Use texmath's parser in TexMath module.John MacFarlane2010-04-25
* Docbook writer: support images as figures.fiddlosopher2010-03-17
* Docbook writer: use unicode instead of entities.fiddlosopher2010-01-01
* Updated docbook writer to use new templates.fiddlosopher2009-12-31
* Improved syntax for markdown definition lists.fiddlosopher2009-12-07
* Docbook writer: add ids to sections. Use link for internal links.fiddlosopher2009-12-05
* Support for display math; changed ASCIIMathML -> LaTeXMathML:fiddlosopher2008-08-13
* Rewrote test suite so it doesn't depend on perl or unix tools.fiddlosopher2008-08-09
* Fixed bug in Markdown parser: regular $s triggering math mode.fiddlosopher2008-07-15
* Escape '\160' as " ", not " " in XML.fiddlosopher2008-07-13
* In smart mode, use nonbreaking spaces after abbreviations in markdown parser.fiddlosopher2008-07-11
* Treat '\ ' in (extended) markdown as nonbreaking space.fiddlosopher2008-07-11
* Markdown smart typography: Em dashes no longer eat surrounding whitespace.fiddlosopher2008-06-08
* Removed support for "box-style" block quotes in markdown.fiddlosopher2007-12-08
* Updated test suite -- no italics for digits.fiddlosopher2007-12-02
* Added Text.Pandoc.Readers.TeXMath and changed default handling of math.fiddlosopher2007-12-02
* Modified writer tests for new Math and TeX output.fiddlosopher2007-11-29
* Added new rule for enhanced markdown ordered lists: if the list markerfiddlosopher2007-08-23
* + Fixed bug in markdown ordered list parsing. The problem wasfiddlosopher2007-08-18
* Major change in the way ordered lists are handled:fiddlosopher2007-08-08
* Brought test suite up to date.fiddlosopher2007-07-28
* Updated test suite for writers, adding tests forfiddlosopher2007-07-22
* Added a test case with an inline link containing bracketed text.fiddlosopher2007-07-09
* Updated test suite with new tests for definition lists.fiddlosopher2007-05-10
* More changes in entity handling: Instead of using entities for charactersfiddlosopher2007-01-27
* Changes in entity handling:fiddlosopher2007-01-27
* Fixed docbook writer test -- removed named entities.fiddlosopher2007-01-09
* Fixed bug in Markdown reader's handling of underscores and otherfiddlosopher2007-01-06
* Merged changes from 'quotes' branch since r431. Smart typographyfiddlosopher2007-01-06
* Refactored SGML escaping functions and "in tag" functions tofiddlosopher2007-01-04
* Use entities for all characters above 127 in docbook output.fiddlosopher2007-01-02
* Changed representation of code blocks to use <screen> andfiddlosopher2007-01-01
* Merged changes from docbook branch since r363.fiddlosopher2007-01-01