aboutsummaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-02-08 14:09:05 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-02-08 14:09:05 -0800
commitafd0d7eb90f1f272c06b9b37a4ea1ee9e2780f5a (patch)
treee6c9dfbaa37ae034b70297251bb86152822fe6df /changelog
parent1c432e72ea175f5e6d2e8888ba00904d3fb45771 (diff)
downloadpandoc-afd0d7eb90f1f272c06b9b37a4ea1ee9e2780f5a.tar.gz
Better description of pandoc 1.9 latex reader changes.
Diffstat (limited to 'changelog')
-rw-r--r--changelog12
1 files changed, 9 insertions, 3 deletions
diff --git a/changelog b/changelog
index f86ba286d..2a07856b1 100644
--- a/changelog
+++ b/changelog
@@ -196,6 +196,15 @@ pandoc (1.9)
</sidebar>
will not be wrapped in `<para>` tags.
+
+ * The LaTeX parser has been completely rewritten; it is now much more
+ accurate, robust, and extensible. However, there are two important
+ changes in how it treats unknown LaTeX. (1) Previously, unknown
+ environments became BlockQuote elements; now, they are treated
+ as "transparent", so `\begin{unknown}xyz\end{unknown}` is the
+ same as `xyz`. (2) Previously, arguments of unknown commands
+ were passed through with their braces; now the braces are stripped
+ off.
* `--smart` is no longer selected automatically with `man` output.
@@ -379,9 +388,6 @@ pandoc (1.9)
* New slidy directory for "self-contained."
- * LaTeX parser completely rewritten; it is now much more accurate,
- robust, and extensible.
-
* TeXMath writer: Use unicode thin spaces for thin spaces.
* Markdown citations: don't strip off initial space in locator.