aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-10-18 15:36:51 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-10-18 15:36:51 +0000
commit447b99e35d61b9379825b53906e5517964e20072 (patch)
treecc109865ad66553e61f9c381c2b97259278d880c /debian/changelog
parenta81613df346818ff31889289b4ef82708dd1f73a (diff)
downloadpandoc-447b99e35d61b9379825b53906e5517964e20072.tar.gz
'--no-wrap' option now prevents the addition of structural whitespace
in HTML output, minimizing the file size. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1053 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog6
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index dee489f59..d90aae0a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -84,13 +84,15 @@ pandoc (0.45) unstable; urgency=low
addition to "\r\n" and '\n').
* Added a writer option for wrapped text and a command-line option
- '--no-wrap', which disables text wrapping. (Resolves Issue #26.)
+ '--no-wrap', which disables text wrapping and minimizes whitespace
+ in HTML. (Resolves Issue #26.)
+ Added support for '--no-wrap' to Main.hs.
+ Added wrapIfNeeded function to Text.Pandoc.Shared.
+ Use wrapIfNeeded instead of wrapped in the RST, Man, Docbook, and
Markdown writers.
- + Note: Not yet implemented in HTML, LaTeX, or ConTeXt writers.
+ + Added render and renderFragment helpers to HTML writer.
+ + Note: Not yet implemented in LaTeX or ConTeXt writers.
* Modified html2markdown to run tidy only if the HTML cannot be
parsed. Previously html2markdown piped all input through tidy