pandoc/tests
fiddlosopher 986c1f9dee Pandoc bug fixes:
+ LaTeX reader did not parse metadata correctly.  Now the title,
  author, and date are parsed correctly, and everything else in
  the preamble is skipped.
+ Simplified parsing of LaTeX command arguments and options.  
  The function commandArgs now returns a list of arguments OR
  options (in whatever order they appear).  The brackets are
  included, and a new stripFirstAndLast function is provided
  to strip them off when needed.  This fixes a problem in dealing
  with \newcommand, etc.
+ Added a "try" before "parser" in definition of notFollowedBy'
  combinator.  Adjusted the code using this combinator accordingly.
+ Changed handling of code blocks.  Previously, some readers allowed
  trailing newlines, while others stripped them.  Now, all readers
  strip trailing newlines in code blocks; writers insert a newline
  at the end of code blocks as needed.
+ Changed test suite to reflect these changes. 


git-svn-id: https://pandoc.googlecode.com/svn/trunk@137 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-11-26 07:01:37 +00:00
..
MarkdownTest_1.0.3 initial import 2006-10-17 14:22:29 +00:00
bodybg.gif initial import 2006-10-17 14:22:29 +00:00
generate.sh initial import 2006-10-17 14:22:29 +00:00
html-reader.html initial import 2006-10-17 14:22:29 +00:00
html-reader.native Pandoc bug fixes: 2006-11-26 07:01:37 +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 Pandoc bug fixes: 2006-11-26 07:01:37 +00:00
rst-reader.rst initial import 2006-10-17 14:22:29 +00:00
runtests.pl initial import 2006-10-17 14:22:29 +00:00
s5.basic.html initial import 2006-10-17 14:22:29 +00:00
s5.fancy.html initial import 2006-10-17 14:22:29 +00:00
s5.fragment.html initial import 2006-10-17 14:22:29 +00:00
s5.inserts.html initial import 2006-10-17 14:22:29 +00:00
s5.native initial import 2006-10-17 14:22:29 +00:00
testsuite.native Pandoc bug fixes: 2006-11-26 07:01:37 +00:00
testsuite.txt initial import 2006-10-17 14:22:29 +00:00
writer.html initial import 2006-10-17 14:22:29 +00:00
writer.latex Improved LaTeX writer's handling of dashes: 2006-10-30 23:15:28 +00:00
writer.markdown initial import 2006-10-17 14:22:29 +00:00
writer.native Pandoc bug fixes: 2006-11-26 07:01:37 +00:00
writer.rst initial import 2006-10-17 14:22:29 +00:00
writer.rtf Changes to RTF writer: 2006-10-29 08:56:26 +00:00
writer.smart.html initial import 2006-10-17 14:22:29 +00:00