pandoc/tests
fiddlosopher 141affdb51 More changes in entity handling: Instead of using entities for characters
above 128 in HTML and Docbook output, we now just use unicode.  After all,
we're declaring UTF-8 content in the header.  This makes the HTML and
docbook files produced by pandoc much more readable and editable.

Changes to Entities.hs:
+ Removed specialCharToEntity
+ Added escapeSGMLChar (which just escapes the basic four, <>&")
+ Modified encodeEntities and stringToSGML to use escapeSGMLChar
+ Removed encodeEntitiesNumerical
+ Rewrote encodeEntities for better performance
+ Rewrote stringToSGML for better performance 



git-svn-id: https://pandoc.googlecode.com/svn/trunk@516 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-01-27 22:13:11 +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 changes from 'quotes' branch since r431. Smart typography 2007-01-06 09:54:58 +00:00
html-reader.html Changed 'putStrLn' to 'putStr' in Main.hs, and modified some 2006-12-16 05:05:02 +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 Changed 'putStrLn' to 'putStr' in Main.hs, and modified some 2006-12-16 05:05:02 +00:00
runtests.pl Added support for tables in markdown reader and in LaTeX, 2007-01-15 19:52:42 +00:00
s5.basic.html Merged changes from 'quotes' branch since r431. Smart typography 2007-01-06 09:54:58 +00:00
s5.fancy.html Merged changes from 'quotes' branch since r431. Smart typography 2007-01-06 09:54:58 +00:00
s5.fragment.html Merged changes from 'quotes' branch since r431. Smart typography 2007-01-06 09:54:58 +00:00
s5.inserts.html Merged changes from 'quotes' branch since r431. Smart typography 2007-01-06 09:54:58 +00:00
s5.native Merged changes from 'quotes' branch since r431. Smart typography 2007-01-06 09:54:58 +00:00
tables.db Added support for tables in markdown reader and in LaTeX, 2007-01-15 19:52:42 +00:00
tables.html Added support for tables in markdown reader and in LaTeX, 2007-01-15 19:52:42 +00:00
tables.native Added support for tables in markdown reader and in LaTeX, 2007-01-15 19:52:42 +00:00
tables.tex Added support for tables in markdown reader and in LaTeX, 2007-01-15 19:52:42 +00:00
tables.txt Added support for tables in markdown reader and in LaTeX, 2007-01-15 19:52:42 +00:00
testsuite.native Changes in entity handling: 2007-01-27 03:04:40 +00:00
testsuite.txt Fixed bug in Markdown reader's handling of underscores and other 2007-01-06 20:47:00 +00:00
writer.docbook More changes in entity handling: Instead of using entities for characters 2007-01-27 22:13:11 +00:00
writer.html More changes in entity handling: Instead of using entities for characters 2007-01-27 22:13:11 +00:00
writer.latex More smart quote bug fixes: 2007-01-24 08:14:43 +00:00
writer.markdown Modified Markdown writer to use autolinks when possible. 2007-01-24 19:06:30 +00:00
writer.native Changes in entity handling: 2007-01-27 03:04:40 +00:00
writer.rst Fixed bug in Markdown reader's handling of underscores and other 2007-01-06 20:47:00 +00:00
writer.rtf Fixed bug in Markdown reader's handling of underscores and other 2007-01-06 20:47:00 +00:00