From 38e281bb1a25025f419e4fb9e2daf08232b30532 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 7 Mar 2013 22:01:57 -0800 Subject: Updated changelog. --- changelog | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'changelog') 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. -- cgit v1.2.3