summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-03-07 22:01:57 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-03-07 22:01:57 -0800
commit38e281bb1a25025f419e4fb9e2daf08232b30532 (patch)
tree52b7cd7c05b9685bf578f8b228e7a595d79e0ebc /changelog
parent4f93d454f6d8a9de032aa4d6fe53002839892ad3 (diff)
Updated changelog.
Diffstat (limited to 'changelog')
-rw-r--r--changelog11
1 files changed, 9 insertions, 2 deletions
diff --git a/changelog b/changelog
index c49fe97a5..803abd24c 100644
--- a/changelog
+++ b/changelog
@@ -162,8 +162,15 @@ pandoc (1.11)
* Textile writer: Support header attributes.
- * Markdown writer: Use grid tables when needed, and if enabled.
- Closes #740.
+ * Markdown writer:
+
+ + Use grid tables when needed, and if enabled. Closes #740.
+ + Render citations as pandoc-markdown citations.
+ Previously citations were rendered as citeproc-formatted citations
+ by default. Now we render them as pandoc citations, e.g. `[@item1]`,
+ unless the `citations` extension is disabled.
+ If you still want formatted citations in your markdown output,
+ use `pandoc -t markdown-citations`.
* RST writer: Support `:number-lines:` in code blocks.