summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-12-11 06:10:38 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-12-11 06:10:38 +0000
commite0a6e8d6cc1f56697c478b9b7a45b69409beebfd (patch)
treeafe80588cd703203dab17081fd3d3f9de2d67072
parent27ad03fcbcd77333062ddd8e9cf599559e9d563e (diff)
Fixed typo in website.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1664 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r--web/index.txt.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.txt.in b/web/index.txt.in
index 705a600bd..dc9f6c4c3 100644
--- a/web/index.txt.in
+++ b/web/index.txt.in
@@ -129,7 +129,7 @@ You may view existing bug reports and submit new ones at
+ Markdown tables without headers are now possible.
+ New hard line break syntax: backslash followed by newline.
+ Improved performance of markdown reader by ~10% by eliminating the
- need for a separate parsing pass for notes. Raw notes are now stored
+ need for a separate parsing pass for notes.
+ Improved syntax highlighting for literate Haskell.
+ Support for "..code-block" directive in RST reader.
+ Windows binary now includes highlighting support.