summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-09-02 05:40:30 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-09-02 05:40:30 +0000
commite2675ffcd4a1f94e0b92c49bcd2018e512cfe1e2 (patch)
tree2aeb66b7d1ad56a40287098f4ff3f2d0bb5f9091 /web
parent4ddb156f4e018de8d771f2ff2838d1d7fb6a910b (diff)
Updated website with news of 0.43...
git-svn-id: https://pandoc.googlecode.com/svn/trunk@990 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'web')
-rw-r--r--web/index.txt.in21
1 files changed, 19 insertions, 2 deletions
diff --git a/web/index.txt.in b/web/index.txt.in
index ae29cca16..9e9f9dbe3 100644
--- a/web/index.txt.in
+++ b/web/index.txt.in
@@ -57,7 +57,7 @@ To see what pandoc can do, see the [demonstration page](examples.html).
# Downloads
For installation instructions for all architectures, see
-[INSTALL](INSTALL.html). Note that pandoc is in the MacPorts,
+[INSTALL](INSTALL.html). Note that pandoc is in the [MacPorts],
[Debian unstable], and [FreeBSD ports] repositories.
- [Source tarball]
@@ -83,7 +83,23 @@ You may view existing bug reports and submit new ones at
# News
-- Version 0.42 released (August 26, 2006).
+- Version 0.43 released (September 2, 2007).
+
+ + HUGE increase in performance: markdown is parsed five times
+ faster than with 0.42 on large benchmark files.
+ + Prettyprinting library used in LaTeX writer, so that LaTeX output
+ is wrapped and intelligently indented.
+ + Fixed bugs in LaTeX ordered lists and LaTeX command and environment
+ parsers.
+ + Blank lines are no longer required after code blocks.
+ + Fixed inline code parsing so that it uses the method of Markdown.pl:
+ the delimiters are blocks of N ` characters not followed by another
+ ` character. For example: ` h ``` i ` -> <code>h ``` i</code>.
+ + Markdown writer escapes paragraphs that begin like list items.
+ + MacPorts Portfile now installs library as well as executable.
+ + Added pandocwiki demonstration to the website.
+
+- Version 0.42 released (August 26, 2007).
+ Fixes bugs in ordered list handling, LaTeX footnotes,
UTF8 in include files, and HTML tables. See [changelog] for details.
@@ -157,6 +173,7 @@ kind.
[Windows binary package]: http://code.google.com/p/pandoc/downloads/detail?name=pandoc-@VERSION@.zip "Download Windows zip file from Pandoc's Google Code site"
[Debian unstable]: http://packages.debian.org/unstable/text/pandoc
[FreeBSD ports]: http://www.freshports.org/textproc/pandoc/
+[MacPorts]: http://www.macports.org/
[pandoc-announce]: http://groups.google.com/group/pandoc-announce
[pandoc-discuss]: http://groups.google.com/group/pandoc-discuss
[changelog]: changelog