1
0
Fork 0
mirror of https://github.com/hedgedoc/hedgedoc.git synced 2025-04-01 15:05:14 +00:00
hedgedoc/cypress
Erik Michelson 726b084509
Fix task list checkboxes for numbered lists ()
* 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
..
fixtures Fetch banner.txt from public URL instead of config () 2021-05-03 19:57:55 +00:00
integration Fix task list checkboxes for numbered lists () 2021-05-04 20:34:16 +02:00
support Fetch banner.txt from public URL instead of config () 2021-05-03 19:57:55 +00:00
.eslintrc.json
.eslintrc.json.license
tsconfig.json
tsconfig.json.license
webpack.config.js