From 308e4671d6291aaab4651be99653703b3490cb15 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 2 Jan 2019 11:38:44 -0800 Subject: [PATCH] A trivial change to document the addition of `task_lists`. These notes should have been in the previous commit message. Added `task_list` extension. API changes: + Added constructor `Ext_task_lists` to `Extension`. + Added `taskListItemFromAscii` and `taskListItemToAscii` to Text.Pandoc.Shared. Task lists are supported form markdown and gfm input. They should work, to some degree, in all output formats, though in most formats you'll get an ordered list with a following task list box. In HTML and LaTeX/PDF output, the bullet will be suppressed for nicer output. --- MANUAL.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/MANUAL.txt b/MANUAL.txt index 5c7e13e41..9cdf58772 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -2619,7 +2619,6 @@ Pandoc supports task lists, using the syntax of GitHub-Flavored Markdown. - [ ] an unchecked task list item - [x] checked item - ### Definition lists ### #### Extension: `definition_lists` ####