From 96c2ad7d495f34f2e40efd3b733b8ac194dcecd9 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Wed, 29 Mar 2023 16:49:34 +0200 Subject: HTML writer: use first paragraph in task item as checkbox label. Closes: #8729 --- test/command/tasklist.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'test/command') diff --git a/test/command/tasklist.md b/test/command/tasklist.md index caa8603f4..b1c6491cc 100644 --- a/test/command/tasklist.md +++ b/test/command/tasklist.md @@ -6,8 +6,8 @@ tests adapted from - [x] bar ^D ``` @@ -20,12 +20,12 @@ tests adapted from - [ ] bim ^D
    -
  • foo +
    • -
    • bar
    • -
    • baz
    • +
    • +
  • -
  • bim
  • +
``` @@ -53,21 +53,23 @@ paragraph - [x] checked ^D
    -
  • unchecked
  • +
  • plain item
  • -
  • checked
  • +

paragraph

    -
  1. ordered unchecked
  2. +
  3. [] plain item
  4. -
  5. ordered checked
  6. +

paragraph

    -
  • list item with a

    +
  • second paragraph

  • -
  • checked

  • +
``` -- cgit v1.2.3