summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-08-30 21:24:33 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-08-30 21:24:33 -0700
commit374bb3c14785b77771d96319301ed5aef31089c5 (patch)
tree47a0f8e785976d89e84e4ba8feaa7ee58d7b1e51 /changelog
parentd97aed3903dff97a3970c36a97653a6adf33ad19 (diff)
DokuWiki writer: Make tables prettier by aligning columns.
Also cleaned up crufty code and added tests.
Diffstat (limited to 'changelog')
-rw-r--r--changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog b/changelog
index 57c0538d4..97ba147e0 100644
--- a/changelog
+++ b/changelog
@@ -60,6 +60,8 @@ pandoc (1.13.1)
+ Refactor to use Reader monad (Matthew Pickering).
+ Avoid using raw HTML in table cells; instead, use `\\`
instead of newlines (Jesse Rosenthal).
+ + Properly handle HTML table cell alignments, and use spacing
+ to make the tables look prettier (#1566).
* Docx writer: