hedgedoc/src/redux
Erik Michelson 726b084509
Fix task list checkboxes for numbered lists (#1233)
* Fix replacer regex

This regex handles the replacement of the [ ] with [x] and reverse.
Until now it was build to check for an unordered list beginning with "*" or "-".
This change permits "+" as well as digits followed by a dot (ordered lists).

Signed-off-by: Erik Michelson <github@erik.michelson.eu>

* Add cypress tests for task lists

Signed-off-by: Erik Michelson <github@erik.michelson.eu>

* Add bracket syntax for numbered lists

Signed-off-by: Erik Michelson <github@erik.michelson.eu>
2021-05-04 20:34:16 +02:00
..
api-url Change copyright year from 2020 to 2021 (#917) 2021-01-06 21:37:59 +01:00
banner Fetch banner.txt from public URL instead of config (#1216) 2021-05-03 19:57:55 +00:00
config Fetch banner.txt from public URL instead of config (#1216) 2021-05-03 19:57:55 +00:00
dark-mode Change copyright year from 2020 to 2021 (#917) 2021-01-06 21:37:59 +01:00
editor Add table formatting on paste of detected table (#957) 2021-03-10 22:52:20 +01:00
history Fix Communication between frontend and backend (#1201) 2021-05-01 21:01:42 +00:00
note-details Fix task list checkboxes for numbered lists (#1233) 2021-05-04 20:34:16 +02:00
ui-notifications Fix Communication between frontend and backend (#1201) 2021-05-01 21:01:42 +00:00
user Change copyright year from 2020 to 2021 (#917) 2021-01-06 21:37:59 +01:00
index.ts The History PR: I - Move to redux (#1156) 2021-04-22 22:46:24 +02:00