pandoc/tests
fiddlosopher e814a3f6d2 Major change in the way ordered lists are handled:
+ The changes are documented in README, under Lists.
+ The OrderedList block element now stores information
  about list number style, list number delimiter, and
  starting number.
+ The readers parse this information, when possible.
+ The writers use this information to style ordered
  lists.
+ Test suites have been changed accordingly.

Motivation:  It's often useful to start lists with
numbers other than 1, and to have control over the
style of the list.

Added to Text.Pandoc.Shared:
+ camelCaseToHyphenated
+ toRomanNumeral
+ anyOrderedListMarker
+ orderedListMarker
+ orderedListMarkers

Added to Text.Pandoc.ParserCombinators:
+ charsInBalanced'
+ withHorizDisplacement
+ romanNumeral

RST writer:
+ Force blank line before lists, so that sublists will be handled
  correctly.

LaTeX reader:
+ Fixed bug in parsing of footnotes containing multiple paragraphs,
  introduced by use of charsInBalanced.  Fix: use charsInBalanced'
  instead.

LaTeX header:
+ use mathletters option in ucs package, so that basic unicode Greek
  letters will work properly.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@834 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-08-08 02:43:15 +00:00
..
MarkdownTest_1.0.3 Setup executable permissions on some files. 2007-01-05 07:39:32 +00:00
bodybg.gif initial import 2006-10-17 14:22:29 +00:00
generate.sh Merged branches/context: addition of a ConTeXt writer 2007-07-15 02:56:34 +00:00
html-reader.html Major change in the way ordered lists are handled: 2007-08-08 02:43:15 +00:00
html-reader.native Major change in the way ordered lists are handled: 2007-08-08 02:43:15 +00:00
insert initial import 2006-10-17 14:22:29 +00:00
lalune.jpg initial import 2006-10-17 14:22:29 +00:00
movie.jpg initial import 2006-10-17 14:22:29 +00:00
rst-reader.native Major change in the way ordered lists are handled: 2007-08-08 02:43:15 +00:00
rst-reader.rst Major change in the way ordered lists are handled: 2007-08-08 02:43:15 +00:00
runtests.pl Merged branches/context: addition of a ConTeXt writer 2007-07-15 02:56:34 +00:00
s5.basic.html Major change in the way ordered lists are handled: 2007-08-08 02:43:15 +00:00
s5.fancy.html Major change in the way ordered lists are handled: 2007-08-08 02:43:15 +00:00
s5.fragment.html Brought test suite up to date. 2007-07-28 19:15:30 +00:00
s5.inserts.html Major change in the way ordered lists are handled: 2007-08-08 02:43:15 +00:00
s5.native Merged changes from 'quotes' branch since r431. Smart typography 2007-01-06 09:54:58 +00:00
tables.context Brought test suite up to date. 2007-07-28 19:15:30 +00:00
tables.docbook Brought test suite up to date. 2007-07-28 19:15:30 +00:00
tables.html Brought test suite up to date. 2007-07-28 19:15:30 +00:00
tables.latex Brought test suite up to date. 2007-07-28 19:15:30 +00:00
tables.man Brought test suite up to date. 2007-07-28 19:15:30 +00:00
tables.markdown Brought test suite up to date. 2007-07-28 19:15:30 +00:00
tables.native Brought test suite up to date. 2007-07-28 19:15:30 +00:00
tables.rst Major change in the way ordered lists are handled: 2007-08-08 02:43:15 +00:00
tables.rtf Brought test suite up to date. 2007-07-28 19:15:30 +00:00
tables.txt Added support for tables in markdown reader and in LaTeX, 2007-01-15 19:52:42 +00:00
testsuite.native Major change in the way ordered lists are handled: 2007-08-08 02:43:15 +00:00
testsuite.txt Major change in the way ordered lists are handled: 2007-08-08 02:43:15 +00:00
writer.context Major change in the way ordered lists are handled: 2007-08-08 02:43:15 +00:00
writer.docbook Major change in the way ordered lists are handled: 2007-08-08 02:43:15 +00:00
writer.html Major change in the way ordered lists are handled: 2007-08-08 02:43:15 +00:00
writer.latex Major change in the way ordered lists are handled: 2007-08-08 02:43:15 +00:00
writer.man Major change in the way ordered lists are handled: 2007-08-08 02:43:15 +00:00
writer.markdown Major change in the way ordered lists are handled: 2007-08-08 02:43:15 +00:00
writer.native Major change in the way ordered lists are handled: 2007-08-08 02:43:15 +00:00
writer.rst Major change in the way ordered lists are handled: 2007-08-08 02:43:15 +00:00
writer.rtf Major change in the way ordered lists are handled: 2007-08-08 02:43:15 +00:00