summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-12-30 22:57:40 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-12-30 22:57:40 +0000
commitc3bad6e89efd20b4882581ad69107e213062ccf8 (patch)
tree836acba496ae15a77fd30419a7a5693cc0324333 /debian
parent4ea1b2bdc0a86f135bae4ae95cfc3d45a9416604 (diff)
Updates to changelog for --strict option and other changes
from the last revision. git-svn-id: https://pandoc.googlecode.com/svn/trunk@348 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b7d5434de..704f0430f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -31,6 +31,8 @@ pandoc (0.3) unstable; urgency=low
* Changes in pandoc options:
+ Allow options to follow or precede arguments.
+ Changed '--smartypants' to '--smart' and adjusted symbols accordingly.
+ + Added '--strict' option for maximum compatibility with official
+ Markdown syntax.
+ Added '-o/--output' option to send output to a file.
+ Added '-d/--debug' option:
- Prints OUTPUT= followed by output filename (or blank) to stderr.
@@ -87,6 +89,11 @@ pandoc (0.3) unstable; urgency=low
line to count as escaped whitespace.
+ Modified LaTeX reader to produce inline links rather than reference
links. Otherwise, links in footnotes aren't handled properly.
+ + Fixed handling of titles in links in Markdown reader, so that
+ embedded quotation marks are now handled properly.
+ + Fixed Markdown reader's handling of embedded brackets in links.
+ + Fixed Markdown reader so that it only parses bracketed material
+ as a reference link if there is actually a corresponding key.
* Made handling of code blocks more consistent. Previously, some
readers allowed trailing newlines, while others stripped them.