aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Bieg <mb21@users.noreply.github.com>2019-01-13 15:19:57 +0100
committerGitHub <noreply@github.com>2019-01-13 15:19:57 +0100
commit9ac5b9d710b52395b43b04fb27ca80102268b547 (patch)
treee76fde440b54d031faf107932cc91a53a60b7e39
parent0b99056272a174d9a8b1dda773df5ed15e9ceca7 (diff)
downloadpandoc-9ac5b9d710b52395b43b04fb27ca80102268b547.tar.gz
changelog: clarify and fix task_lists description
-rw-r--r--changelog10
1 files changed, 5 insertions, 5 deletions
diff --git a/changelog b/changelog
index f8f58fd23..b6f5d00c5 100644
--- a/changelog
+++ b/changelog
@@ -1,11 +1,11 @@
pandoc (2.6) PROVISIONAL
- * Implement task lists (#3051, Mauro Bieg). Added `task_list`
- extension. Task lists are supported form markdown and gfm input.
+ * Implement task lists (#3051, Mauro Bieg). Added `task_lists`
+ extension. Task lists are supported from markdown and gfm input.
They should work, to some degree, in all output formats, though in
- most formats you'll get a bullet list with a following task list
- box. In HTML and LaTeX/PDF output, the bullet will be suppressed
- for nicer output. API changes:
+ most formats you'll get a bullet list with a unicode character for
+ the box. In HTML, you get checkboxes and in LaTeX/PDF output, a
+ box is used as the list marker. API changes:
+ Added constructor `Ext_task_lists` to `Extension`.
+ Added `taskListItemFromAscii` and `taskListItemToAscii` to