From 99959b68e9ebbe48e952ce915368d6fc88a7d41a Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Thu, 4 Jan 2007 01:04:56 +0000 Subject: + Improved text wrapping algorithm in markdown, docbook, and RST writers. LineBreaks no longer cause ugly wrapping in Markdown output. + Replaced splitBySpace with the more general, polymorphic function splitBy (in Text/Pandoc/Shared). git-svn-id: https://pandoc.googlecode.com/svn/trunk@411 788f1e2b-df1e-0410-8736-df70ead52e1b --- debian/changelog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 68942258b..3fa92832f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -103,6 +103,8 @@ pandoc (0.3) unstable; urgency=low + Modified HTML reader to skip a newline following a
tag. Otherwise the newline will be treated as a space at the beginning of the next line. + + Fixed bug in text-wrapping routine in Markdown and RST writers. + Now LineBreaks no longer cause wrapping problems. * Made handling of code blocks more consistent. Previously, some readers allowed trailing newlines, while others stripped them. @@ -162,7 +164,8 @@ pandoc (0.3) unstable; urgency=low a '.exe' extension is added to each executable in EXECS. * Removed all wrappers except markdown2pdf and html2markdown. - Added new wrapper hsmarkdown, to be used as a drop-in replacement + + * Added new wrapper hsmarkdown, to be used as a drop-in replacement for Markdown.pl. hsmarkdown calls pandoc with the '--strict' option and disables other options. @@ -185,6 +188,8 @@ pandoc (0.3) unstable; urgency=low not to be HTML-specific. + Removed 'BlockQuoteContext' from ParserContext, as it isn't used anywhere. + + Removed splitBySpace and replaced it with a general, polymorphic + splitBy function. + Refactored LaTeX reader for clarity (added isArg function). + Converted some CR's to LF's in src/ui/default/print.css. + Added license text to top of source files. -- cgit v1.2.3