summaryrefslogtreecommitdiff
path: root/docutils/test/functional/input
Commit message (Expand)AuthorAgeFilesLines
...
* Separate style sheets for required and optional layout rules.milde2015-05-114-273/+60
* Do not use <sup> and <sub> tags inside <pre> (parsed-literal blocks).milde2015-03-301-1/+1
* Fix the latest latex writer patch: no "alltt" in parsed literal blocks.milde2015-03-192-5/+7
* Let "html-base" and "xhtml11" writers wrap SVG images in <img> tags. milde2015-03-131-53/+99
* Announce the new HTML writers. Small fixes to get valid HTML.milde2015-03-111-3/+9
* Link stylesheets to test dir instead of copy them.milde2015-03-112-372/+2
* Base xhtml11 writer on html-base. Adapt and fix tests.milde2015-03-103-314/+4
* Tests for the basic HTML writer.milde2015-03-101-0/+234
* New CSS 2.1 style-sheet for xhtml11 writer.milde2015-03-063-39/+52
* Wrap SVG images in <img> tags not <object>.milde2015-02-231-0/+6
* New HTML writer generating `XHTML1.1`_ styled with CSS2.milde2015-02-212-0/+633
* Small fixes to math-output=HTML.milde2013-03-021-3/+5
* docutils-Bugs-3594442 : complex table formatting errorgrubert2013-02-211-0/+13
* remove trailing whitespacemilde2013-01-201-3/+1
* Fix literal use of babel shorthands (straight quote, tilde, ...).milde2013-01-172-2/+40
* Change default of "syntax highlight" option to "long", milde2012-09-141-9/+7
* Fix [ 3527842 ]. milde2012-06-042-0/+585
* Add tests for section levels not supported by LaTeXmilde2012-02-261-0/+28
* Do not use ``\\\\section*``-macros to suppress LaTeX section numbering.milde2012-01-263-3/+4
* "code" option of the "include" directive, testsmilde2011-09-172-2/+9
* Turn off code parsing in the standalone functional testsmilde2011-09-021-3/+6
* reStructuredText "code" role and directivemilde2011-09-021-3/+39
* Self-documentation the "Cyrillic with LaTeX" functional test.milde2011-08-241-0/+18
* Fix typo.milde2011-07-251-2/+1
* Common directive options:milde2011-07-061-3/+9
* Math directive and documentation update:milde2011-06-171-19/+20
* Math support updatemilde2011-04-131-21/+26
* Apply [ 3148141 ] fix multicolumn support.milde2010-12-302-0/+21
* Move orphaned "newlatex" writer to the sandbox.milde2010-12-071-12/+0
* Math2HTML: \\\\mathcal (or \\\\mathscr) for mathematical script, line breaksmilde2010-12-061-0/+11
* Document the section subtitle transform in the functional tests.milde2010-12-031-1/+3
* Math update, fixes and latex2html converter.milde2010-12-031-13/+26
* Update html4css1 writer, math, and functional tests.milde2010-11-252-26/+20
* Generate valid XHTML.milde2010-11-093-11/+41
* Add cyrillic test input file.milde2010-11-091-0/+12
* latex2e: use \\\\otherlanguage instead of \\\\selectlanguagemilde2010-11-051-0/+1
* Math support: milde2010-11-052-14/+15
* Improve HTML standard compliance.milde2010-11-051-2/+1
* Rename the ``.. math-block::`` directive to ``.. math::``.milde2010-10-291-9/+18
* Math documentation and test updatemilde2010-10-261-1/+3
* Support mathematics with a "math" role and "math-block" directive.milde2010-10-251-0/+54
* Support language specification for document objects.milde2010-10-113-9/+59
* xetex writer documentation and new default font.milde2010-09-242-5/+20
* New writer generating LaTeX code for compiling with ``xelatex``.milde2010-09-201-0/+25
* Drop the latex2e-special output_encoding default ("latin-1").milde2010-05-052-16/+59
* support SWF images,milde2010-03-024-35/+66
* Support SVG images (patch by Stefan Rank).milde2010-03-022-0/+69
* Fix hyperlink targets (labels) for images, figures, and tables in LaTeX.milde2010-02-051-8/+17
* Added custom headers/footers with page numbers, date, time, etc. Plus, doc f...dkuhlman2009-12-291-0/+9
* Use the ``\\\\url`` command for URLs milde2009-10-232-0/+63