aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt11
1 files changed, 9 insertions, 2 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 9c1f2f9a2..5c7e13e41 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -2612,6 +2612,13 @@ If default list markers are desired, use `#.`:
#. two
#. three
+#### Extension: `task_lists` ####
+
+Pandoc supports task lists, using the syntax of GitHub-Flavored Markdown.
+
+ - [ ] an unchecked task list item
+ - [x] checked item
+
### Definition lists ###
@@ -4223,7 +4230,7 @@ variants are supported:
: `pipe_tables`, `raw_html`, `fenced_code_blocks`, `auto_identifiers`,
`gfm_auto_identifiers`, `backtick_code_blocks`,
`autolink_bare_uris`, `space_in_atx_header`,
- `intraword_underscores`, `strikeout`, `emoji`,
+ `intraword_underscores`, `strikeout`, `task_lists`, `emoji`,
`shortcut_reference_links`, `angle_brackets_escapable`,
`lists_without_preceding_blankline`.
@@ -4254,7 +4261,7 @@ only affects `gfm` output, not input.
: `pipe_tables`, `raw_html`, `fenced_code_blocks`, `auto_identifiers`,
`gfm_auto_identifiers`, `backtick_code_blocks`,
`autolink_bare_uris`, `space_in_atx_header`,
- `intraword_underscores`, `strikeout`, `emoji`,
+ `intraword_underscores`, `strikeout`, `task_lists`, `emoji`,
`shortcut_reference_links`, `angle_brackets_escapable`,
`lists_without_preceding_blankline`.