aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-01-08 19:57:27 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-01-08 19:57:27 +0000
commit936465ade098b4c6715f0dcbf22b9a83d50834b6 (patch)
treec3175becc13f88356e0572ab3c503adc66e965eb /web
parent690677e4436bc29061acf42feaa507e93ee5d19f (diff)
downloadpandoc-936465ade098b4c6715f0dcbf22b9a83d50834b6.tar.gz
Updated website with news of version 0.46 release.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1185 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'web')
-rw-r--r--web/index.txt.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/web/index.txt.in b/web/index.txt.in
index 374f704a9..59ab3734d 100644
--- a/web/index.txt.in
+++ b/web/index.txt.in
@@ -87,6 +87,20 @@ You may view existing bug reports and submit new ones at
# News
+- Version 0.46 released (January 8, 2008).
+
+ + Added a `--sanitize-html` option (and a corresponding parameter
+ in `ParserState` for those using the pandoc libraries in programs).
+ This option causes pandoc to sanitize HTML (in HTML or Markdown
+ input) using a whitelist method. Possibly harmful HTML elements
+ are replaced with HTML comments. This should be useful in the
+ context of web applications, where pandoc may be used to convert
+ user input into HTML.
+ + Made -H, -A, and -B options cumulative: if they are specified
+ multiple times, multiple files will be included.
+ + Many bug fixes and small improvements. See [changelog] for full
+ details.
+
- Version 0.45 released (December 9, 2007).
+ Many bug fixes and structural improvements. See [changelog] for