aboutsummaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
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.